Color Hex Logo

#dacb6d Color Hex

#DACB6D
(218,203,109)
0 Favorites   0 Comments

Color spaces of #dacb6d

RGB 218203109
HSL0.140.600.64
HSV52°50°85°
CMYK 0.000.070.50   0.15
XYZ53.029758.721423.0074
Yxy58.72140.39350.4358
Hunter Lab76.6299-10.576135.8397
CIE-Lab81.1382-7.078848.3557

#dacb6d color RGB value is (218,203,109).

#dacb6d hex color red value is 218, green value is 203 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #dacb6d hue: 0.14 , saturation: 0.60 and the lightness value of dacb6d is 0.64.

The process color (four color CMYK) of #dacb6d color hex is 0.00, 0.07, 0.50, 0.15. Web safe color of #dacb6d is #cccc66. Color #dacb6d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001011 01101101
Octal 332 313 155
Decimal 218 203 109
Hex DA CB 6D

RGB Percentages of Color #dacb6d

%41.13
%38.30
%20.57

CMYK Percentages of Color #dacb6d

%0
%7
%50
%15

Triadic Colors of #dacb6d

#dacb6d #6ddacb #cb6dda

Analogous Colors of #dacb6d

#dacb6d #b3da6d #da956d

Monochromatic Colors of #dacb6d

#dacb6d

Complementary Color

#dacb6d #6d7cda

#dacb6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacb6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacb6d Color CSS Codes

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

#dacb6d Text Font Color

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

This sample text font color is #dacb6d
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.


#dacb6d Background Color

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

This div background color is #dacb6d


#dacb6d Border Color

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

This div border color is #dacb6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacb6d


Comments

No comments written yet.

Please login to write comment.