Color Hex Logo

#dcaf7b Color Hex

#DCAF7B
(220,175,123)
0 Favorites   0 Comments

Color spaces of #dcaf7b

RGB 220175123
HSL0.090.580.67
HSV32°44°86°
CMYK 0.000.200.44   0.14
XYZ48.420347.305625.3178
Yxy47.30560.40000.3908
Hunter Lab68.77915.300226.3205
CIE-Lab74.38489.741232.8510

#dcaf7b color RGB value is (220,175,123).

#dcaf7b hex color red value is 220, green value is 175 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #dcaf7b hue: 0.09 , saturation: 0.58 and the lightness value of dcaf7b is 0.67.

The process color (four color CMYK) of #dcaf7b color hex is 0.00, 0.20, 0.44, 0.14. Web safe color of #dcaf7b is #cc9966. Color #dcaf7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 01111011
Octal 334 257 173
Decimal 220 175 123
Hex DC AF 7B

RGB Percentages of Color #dcaf7b

%42.47
%33.78
%23.75

CMYK Percentages of Color #dcaf7b

%0
%20
%44
%14

Triadic Colors of #dcaf7b

#dcaf7b #7bdcaf #af7bdc

Analogous Colors of #dcaf7b

#dcaf7b #d9dc7b #dc7f7b

Monochromatic Colors of #dcaf7b

#dcaf7b

Complementary Color

#dcaf7b #7ba8dc

#dcaf7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaf7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaf7b Color CSS Codes

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

#dcaf7b Text Font Color

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

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


#dcaf7b Background Color

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

This div background color is #dcaf7b


#dcaf7b Border Color

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

This div border color is #dcaf7b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,175,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 #dcaf7b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaf7b


Comments

No comments written yet.

Please login to write comment.