Color Hex Logo

#dcaf74 Color Hex

#DCAF74
(220,175,116)
0 Favorites   0 Comments

Color spaces of #dcaf74

RGB 220175116
HSL0.090.600.66
HSV34°47°86°
CMYK 0.000.200.47   0.14
XYZ47.997647.136523.0915
Yxy47.13650.40600.3987
Hunter Lab68.65604.641728.1179
CIE-Lab74.27709.040636.3811

#dcaf74 color RGB value is (220,175,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 01110100
Octal 334 257 164
Decimal 220 175 116
Hex DC AF 74

RGB Percentages of Color #dcaf74

%43.05
%34.25
%22.70

CMYK Percentages of Color #dcaf74

%0
%20
%47
%14

Triadic Colors of #dcaf74

#dcaf74 #74dcaf #af74dc

Analogous Colors of #dcaf74

#dcaf74 #d5dc74 #dc7b74

Monochromatic Colors of #dcaf74

#dcaf74

Complementary Color

#dcaf74 #74a1dc

#dcaf74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaf74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaf74 Color CSS Codes

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

#dcaf74 Text Font Color

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

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


#dcaf74 Background Color

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

This div background color is #dcaf74


#dcaf74 Border Color

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

This div border color is #dcaf74


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,175,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaf74


Comments

No comments written yet.

Please login to write comment.