Color Hex Logo

#dcc03f Color Hex

#DCC03F
(220,192,63)
0 Favorites   0 Comments

Color spaces of #dcc03f

RGB 22019263
HSL0.140.690.55
HSV49°71°86°
CMYK 0.000.130.71   0.14
XYZ49.262053.273812.3891
Yxy53.27380.42860.4636
Hunter Lab72.9889-7.256641.0284
CIE-Lab78.0364-3.697665.2169

#dcc03f color RGB value is (220,192,63).

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

The process color (four color CMYK) of #dcc03f color hex is 0.00, 0.13, 0.71, 0.14. Web safe color of #dcc03f is #cccc33. Color #dcc03f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000000 00111111
Octal 334 300 77
Decimal 220 192 63
Hex DC C0 3F

RGB Percentages of Color #dcc03f

%46.32
%40.42
%13.26

CMYK Percentages of Color #dcc03f

%0
%13
%71
%14

Triadic Colors of #dcc03f

#dcc03f #3fdcc0 #c03fdc

Analogous Colors of #dcc03f

#dcc03f #aadc3f #dc723f

Monochromatic Colors of #dcc03f

#dcc03f

Complementary Color

#dcc03f #3f5bdc

#dcc03f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc03f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc03f Color CSS Codes

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

#dcc03f Text Font Color

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

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


#dcc03f Background Color

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

This div background color is #dcc03f


#dcc03f Border Color

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

This div border color is #dcc03f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc03f


Comments

No comments written yet.

Please login to write comment.