Color Hex Logo

#dcaf27 Color Hex

#DCAF27
(220,175,39)
0 Favorites   0 Comments

Color spaces of #dcaf27

RGB 22017539
HSL0.130.720.51
HSV45°82°86°
CMYK 0.000.200.82   0.14
XYZ45.211446.02218.4197
Yxy46.02210.45370.4618
Hunter Lab67.83960.241340.1291
CIE-Lab73.55994.273269.2065

#dcaf27 color RGB value is (220,175,39).

#dcaf27 hex color red value is 220, green value is 175 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #dcaf27 hue: 0.13 , saturation: 0.72 and the lightness value of dcaf27 is 0.51.

The process color (four color CMYK) of #dcaf27 color hex is 0.00, 0.20, 0.82, 0.14. Web safe color of #dcaf27 is #cc9933. Color #dcaf27 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 00100111
Octal 334 257 47
Decimal 220 175 39
Hex DC AF 27

RGB Percentages of Color #dcaf27

%50.69
%40.32
%8.99

CMYK Percentages of Color #dcaf27

%0
%20
%82
%14

Triadic Colors of #dcaf27

#dcaf27 #27dcaf #af27dc

Analogous Colors of #dcaf27

#dcaf27 #afdc27 #dc5527

Monochromatic Colors of #dcaf27

#dcaf27

Complementary Color

#dcaf27 #2754dc

#dcaf27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaf27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaf27 Color CSS Codes

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

#dcaf27 Text Font Color

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

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


#dcaf27 Background Color

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

This div background color is #dcaf27


#dcaf27 Border Color

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

This div border color is #dcaf27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaf27


Comments

No comments written yet.

Please login to write comment.