Color Hex Logo

#dcaf44 Color Hex

#DCAF44
(220,175,68)
0 Favorites   0 Comments

Color spaces of #dcaf44

RGB 22017568
HSL0.120.680.56
HSV42°69°86°
CMYK 0.000.200.69   0.14
XYZ45.888646.292911.9857
Yxy46.29290.44050.4444
Hunter Lab68.03891.320737.1827
CIE-Lab73.73525.456658.8646

#dcaf44 color RGB value is (220,175,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 01000100
Octal 334 257 104
Decimal 220 175 68
Hex DC AF 44

RGB Percentages of Color #dcaf44

%47.52
%37.80
%14.69

CMYK Percentages of Color #dcaf44

%0
%20
%69
%14

Triadic Colors of #dcaf44

#dcaf44 #44dcaf #af44dc

Analogous Colors of #dcaf44

#dcaf44 #bddc44 #dc6344

Monochromatic Colors of #dcaf44

#dcaf44

Complementary Color

#dcaf44 #4471dc

#dcaf44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaf44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaf44 Color CSS Codes

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

#dcaf44 Text Font Color

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

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


#dcaf44 Background Color

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

This div background color is #dcaf44


#dcaf44 Border Color

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

This div border color is #dcaf44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaf44


Comments

No comments written yet.

Please login to write comment.