color codes Logo

#dac98f color codes

#DAC98F
(218,201,143)
0 Favorites   0 Comments

Color spaces of #dac98f

RGB 218201143
HSL0.130.500.71
HSV46°34°85°
CMYK 0.000.080.34   0.15
XYZ54.758058.661934.4234
Yxy58.66190.37040.3968
Hunter Lab76.5911-6.417626.9662
CIE-Lab81.1054-2.513331.1758

#dac98f color RGB value is (218,201,143).

#dac98f hex color red value is 218, green value is 201 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #dac98f hue: 0.13 , saturation: 0.50 and the lightness value of dac98f is 0.71.

The process color (four color CMYK) of #dac98f color code is 0.00, 0.08, 0.34, 0.15. Web safe color of #dac98f is #cccc99. Color #dac98f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001001 10001111
Octal 332 311 217
Decimal 218 201 143
Hex DA C9 8F

RGB Percentages of Color #dac98f

%38.79
%35.77
%25.44

CMYK Percentages of Color #dac98f

%0
%8
%34
%15

Triadic Colors of #dac98f

#dac98f #8fdac9 #c98fda

Analogous Colors of #dac98f

#dac98f #c6da8f #daa48f

Monochromatic Colors of #dac98f

#dac98f

Complementary Color

#dac98f #8fa0da

#dac98f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac98f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac98f Color CSS Codes

.mybgcolor {background-color:#dac98f; } 
.myforecolor {color:#dac98f; }
.mybordercolor {border:3px solid #dac98f; }

#dac98f Text Font Color

<p style="color:#dac98f">Text here</p>

This sample text font color is #dac98f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dac98f Background Color

<div style="background-color:#dac98f">
Div content here</div>

This div background color is #dac98f


#dac98f Border Color

<div style="border:3px solid #dac98f">
Div here</div>

This div border color is #dac98f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,201,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dac98f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dac98f;
  -webkit-box-shadow: 1px 1px 3px 2px #dac98f;
  box-shadow:         1px 1px 3px 2px #dac98f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,201,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dac98f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dac98f;
  -webkit-box-shadow: 1px 1px 3px 2px #dac98f;
  box-shadow:         1px 1px 3px 2px #dac98f;">
Div content here</div>

This div box has shadow with color #dac98f


Comments

No comments written yet.

Please login to write comment.