Color Hex Logo

#dcaf60 Color Hex

#DCAF60
(220,175,96)
0 Favorites   0 Comments

Color spaces of #dcaf60

RGB 22017596
HSL0.110.640.62
HSV38°56°86°
CMYK 0.000.200.56   0.14
XYZ46.956546.720117.6093
Yxy46.72010.42190.4198
Hunter Lab68.35213.009732.5718
CIE-Lab74.01047.289946.2244

#dcaf60 color RGB value is (220,175,96).

#dcaf60 hex color red value is 220, green value is 175 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #dcaf60 hue: 0.11 , saturation: 0.64 and the lightness value of dcaf60 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 01100000
Octal 334 257 140
Decimal 220 175 96
Hex DC AF 60

RGB Percentages of Color #dcaf60

%44.81
%35.64
%19.55

CMYK Percentages of Color #dcaf60

%0
%20
%56
%14

Triadic Colors of #dcaf60

#dcaf60 #60dcaf #af60dc

Analogous Colors of #dcaf60

#dcaf60 #cbdc60 #dc7160

Monochromatic Colors of #dcaf60

#dcaf60

Complementary Color

#dcaf60 #608ddc

#dcaf60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaf60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaf60 Color CSS Codes

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

#dcaf60 Text Font Color

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

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


#dcaf60 Background Color

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

This div background color is #dcaf60


#dcaf60 Border Color

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

This div border color is #dcaf60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaf60


Comments

No comments written yet.

Please login to write comment.