Color Hex Logo

#dcc23f Color Hex

#DCC23F
(220,194,63)
0 Favorites   0 Comments

Color spaces of #dcc23f

RGB 22019463
HSL0.140.690.55
HSV50°71°86°
CMYK 0.000.120.71   0.14
XYZ49.704254.158112.5365
Yxy54.15810.42700.4653
Hunter Lab73.5922-8.227341.4144
CIE-Lab78.5538-4.729865.7263

#dcc23f color RGB value is (220,194,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000010 00111111
Octal 334 302 77
Decimal 220 194 63
Hex DC C2 3F

RGB Percentages of Color #dcc23f

%46.12
%40.67
%13.21

CMYK Percentages of Color #dcc23f

%0
%12
%71
%14

Triadic Colors of #dcc23f

#dcc23f #3fdcc2 #c23fdc

Analogous Colors of #dcc23f

#dcc23f #a8dc3f #dc743f

Monochromatic Colors of #dcc23f

#dcc23f

Complementary Color

#dcc23f #3f59dc

#dcc23f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc23f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc23f Color CSS Codes

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

#dcc23f Text Font Color

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

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


#dcc23f Background Color

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

This div background color is #dcc23f


#dcc23f Border Color

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

This div border color is #dcc23f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,194,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 #dcc23f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc23f


Comments

No comments written yet.

Please login to write comment.