Color Hex Logo

#dacb7d Color Hex

#DACB7D
(218,203,125)
0 Favorites   0 Comments

Color spaces of #dacb7d

RGB 218203125
HSL0.140.560.67
HSV50°43°85°
CMYK 0.000.070.43   0.15
XYZ53.971059.098027.9645
Yxy59.09800.38270.4190
Hunter Lab76.8752-9.214032.2450
CIE-Lab81.3454-5.550740.7077

#dacb7d color RGB value is (218,203,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001011 01111101
Octal 332 313 175
Decimal 218 203 125
Hex DA CB 7D

RGB Percentages of Color #dacb7d

%39.93
%37.18
%22.89

CMYK Percentages of Color #dacb7d

%0
%7
%43
%15

Triadic Colors of #dacb7d

#dacb7d #7ddacb #cb7dda

Analogous Colors of #dacb7d

#dacb7d #bbda7d #da9d7d

Monochromatic Colors of #dacb7d

#dacb7d

Complementary Color

#dacb7d #7d8cda

#dacb7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacb7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacb7d Color CSS Codes

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

#dacb7d Text Font Color

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

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


#dacb7d Background Color

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

This div background color is #dacb7d


#dacb7d Border Color

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

This div border color is #dacb7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacb7d


Comments

No comments written yet.

Please login to write comment.