Color Hex Logo

#dcaf3d Color Hex

#DCAF3D
(220,175,61)
0 Favorites   0 Comments

Color spaces of #dcaf3d

RGB 22017561
HSL0.120.690.55
HSV43°72°86°
CMYK 0.000.200.72   0.14
XYZ45.687546.212510.9268
Yxy46.21250.44430.4494
Hunter Lab67.97981.000838.0558
CIE-Lab73.68325.106961.6852

#dcaf3d color RGB value is (220,175,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 00111101
Octal 334 257 75
Decimal 220 175 61
Hex DC AF 3D

RGB Percentages of Color #dcaf3d

%48.25
%38.38
%13.38

CMYK Percentages of Color #dcaf3d

%0
%20
%72
%14

Triadic Colors of #dcaf3d

#dcaf3d #3ddcaf #af3ddc

Analogous Colors of #dcaf3d

#dcaf3d #badc3d #dc603d

Monochromatic Colors of #dcaf3d

#dcaf3d

Complementary Color

#dcaf3d #3d6adc

#dcaf3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaf3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaf3d Color CSS Codes

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

#dcaf3d Text Font Color

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

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


#dcaf3d Background Color

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

This div background color is #dcaf3d


#dcaf3d Border Color

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

This div border color is #dcaf3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaf3d


Comments

No comments written yet.

Please login to write comment.