Color Hex Logo

#dcca0f Color Hex

#DCCA0F
(220,202,15)
0 Favorites   0 Comments

Color spaces of #dcca0f

RGB 22020215
HSL0.150.870.46
HSV55°93°86°
CMYK 0.000.080.93   0.14
XYZ50.722057.49128.8755
Yxy57.49120.43320.4910
Hunter Lab75.8230-13.282046.1358
CIE-Lab80.4551-10.193879.5842

#dcca0f color RGB value is (220,202,15).

#dcca0f hex color red value is 220, green value is 202 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #dcca0f hue: 0.15 , saturation: 0.87 and the lightness value of dcca0f is 0.46.

The process color (four color CMYK) of #dcca0f color hex is 0.00, 0.08, 0.93, 0.14. Web safe color of #dcca0f is #cccc00. Color #dcca0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 00001111
Octal 334 312 17
Decimal 220 202 15
Hex DC CA F

RGB Percentages of Color #dcca0f

%50.34
%46.22
%3.43

CMYK Percentages of Color #dcca0f

%0
%8
%93
%14

Triadic Colors of #dcca0f

#dcca0f #0fdcca #ca0fdc

Analogous Colors of #dcca0f

#dcca0f #88dc0f #dc630f

Monochromatic Colors of #dcca0f

#dcca0f

Complementary Color

#dcca0f #0f21dc

#dcca0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcca0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcca0f Color CSS Codes

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

#dcca0f Text Font Color

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

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


#dcca0f Background Color

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

This div background color is #dcca0f


#dcca0f Border Color

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

This div border color is #dcca0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcca0f


Comments

No comments written yet.

Please login to write comment.