Color Hex Logo

#dcaf29 Color Hex

#DCAF29
(220,175,41)
0 Favorites   0 Comments

Color spaces of #dcaf29

RGB 22017541
HSL0.120.720.51
HSV45°81°86°
CMYK 0.000.200.81   0.14
XYZ45.245446.03578.5989
Yxy46.03570.45300.4609
Hunter Lab67.84960.295639.9806
CIE-Lab73.56874.333068.6215

#dcaf29 color RGB value is (220,175,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 00101001
Octal 334 257 51
Decimal 220 175 41
Hex DC AF 29

RGB Percentages of Color #dcaf29

%50.46
%40.14
%9.40

CMYK Percentages of Color #dcaf29

%0
%20
%81
%14

Triadic Colors of #dcaf29

#dcaf29 #29dcaf #af29dc

Analogous Colors of #dcaf29

#dcaf29 #b0dc29 #dc5629

Monochromatic Colors of #dcaf29

#dcaf29

Complementary Color

#dcaf29 #2956dc

#dcaf29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaf29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaf29 Color CSS Codes

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

#dcaf29 Text Font Color

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

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


#dcaf29 Background Color

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

This div background color is #dcaf29


#dcaf29 Border Color

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

This div border color is #dcaf29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaf29


Comments

No comments written yet.

Please login to write comment.