Color Hex Logo

#dcc93b Color Hex

#DCC93B
(220,201,59)
0 Favorites   0 Comments

Color spaces of #dcc93b

RGB 22020159
HSL0.150.700.55
HSV53°73°86°
CMYK 0.000.090.73   0.14
XYZ51.191357.304712.5005
Yxy57.30470.42310.4736
Hunter Lab75.6999-11.765943.1992
CIE-Lab80.3507-8.496868.9175

#dcc93b color RGB value is (220,201,59).

#dcc93b hex color red value is 220, green value is 201 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #dcc93b hue: 0.15 , saturation: 0.70 and the lightness value of dcc93b is 0.55.

The process color (four color CMYK) of #dcc93b color hex is 0.00, 0.09, 0.73, 0.14. Web safe color of #dcc93b is #cccc33. Color #dcc93b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001001 00111011
Octal 334 311 73
Decimal 220 201 59
Hex DC C9 3B

RGB Percentages of Color #dcc93b

%45.83
%41.88
%12.29

CMYK Percentages of Color #dcc93b

%0
%9
%73
%14

Triadic Colors of #dcc93b

#dcc93b #3bdcc9 #c93bdc

Analogous Colors of #dcc93b

#dcc93b #9fdc3b #dc793b

Monochromatic Colors of #dcc93b

#dcc93b

Complementary Color

#dcc93b #3b4edc

#dcc93b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc93b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc93b Color CSS Codes

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

#dcc93b Text Font Color

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

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


#dcc93b Background Color

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

This div background color is #dcc93b


#dcc93b Border Color

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

This div border color is #dcc93b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc93b


Comments

No comments written yet.

Please login to write comment.