Color Hex Logo

#dcaf0d Color Hex

#DCAF0D
(220,175,13)
0 Favorites   0 Comments

Color spaces of #dcaf0d

RGB 22017513
HSL0.130.890.46
HSV47°94°86°
CMYK 0.000.200.94   0.14
XYZ44.917845.90466.8738
Yxy45.90460.45980.4699
Hunter Lab67.7529-0.228441.4119
CIE-Lab73.48363.755374.6461

#dcaf0d color RGB value is (220,175,13).

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

The process color (four color CMYK) of #dcaf0d color hex is 0.00, 0.20, 0.94, 0.14. Web safe color of #dcaf0d is #cc9900. Color #dcaf0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 00001101
Octal 334 257 15
Decimal 220 175 13
Hex DC AF D

RGB Percentages of Color #dcaf0d

%53.92
%42.89
%3.19

CMYK Percentages of Color #dcaf0d

%0
%20
%94
%14

Triadic Colors of #dcaf0d

#dcaf0d #0ddcaf #af0ddc

Analogous Colors of #dcaf0d

#dcaf0d #a2dc0d #dc470d

Monochromatic Colors of #dcaf0d

#dcaf0d

Complementary Color

#dcaf0d #0d3adc

#dcaf0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaf0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaf0d Color CSS Codes

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

#dcaf0d Text Font Color

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

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


#dcaf0d Background Color

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

This div background color is #dcaf0d


#dcaf0d Border Color

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

This div border color is #dcaf0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaf0d


Comments

No comments written yet.

Please login to write comment.