Color Hex Logo

#dacb7b Color Hex

#DACB7B
(218,203,123)
0 Favorites   0 Comments

Color spaces of #dacb7b

RGB 218203123
HSL0.140.560.67
HSV51°44°85°
CMYK 0.000.070.44   0.15
XYZ53.844559.047427.2983
Yxy59.04740.38410.4212
Hunter Lab76.8423-9.396532.7268
CIE-Lab81.3176-5.754741.6774

#dacb7b color RGB value is (218,203,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001011 01111011
Octal 332 313 173
Decimal 218 203 123
Hex DA CB 7B

RGB Percentages of Color #dacb7b

%40.07
%37.32
%22.61

CMYK Percentages of Color #dacb7b

%0
%7
%44
%15

Triadic Colors of #dacb7b

#dacb7b #7bdacb #cb7bda

Analogous Colors of #dacb7b

#dacb7b #bada7b #da9c7b

Monochromatic Colors of #dacb7b

#dacb7b

Complementary Color

#dacb7b #7b8ada

#dacb7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacb7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacb7b Color CSS Codes

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

#dacb7b Text Font Color

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

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


#dacb7b Background Color

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

This div background color is #dacb7b


#dacb7b Border Color

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

This div border color is #dacb7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacb7b


Comments

No comments written yet.

Please login to write comment.