Color Hex Logo

#dcc93a Color Hex

#DCC93A
(220,201,58)
0 Favorites   0 Comments

Color spaces of #dcc93a

RGB 22020158
HSL0.150.700.55
HSV53°74°86°
CMYK 0.000.090.74   0.14
XYZ51.165657.294412.3652
Yxy57.29440.42350.4742
Hunter Lab75.6931-11.803743.2995
CIE-Lab80.3449-8.540069.2595

#dcc93a color RGB value is (220,201,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001001 00111010
Octal 334 311 72
Decimal 220 201 58
Hex DC C9 3A

RGB Percentages of Color #dcc93a

%45.93
%41.96
%12.11

CMYK Percentages of Color #dcc93a

%0
%9
%74
%14

Triadic Colors of #dcc93a

#dcc93a #3adcc9 #c93adc

Analogous Colors of #dcc93a

#dcc93a #9edc3a #dc783a

Monochromatic Colors of #dcc93a

#dcc93a

Complementary Color

#dcc93a #3a4ddc

#dcc93a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc93a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc93a Color CSS Codes

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

#dcc93a Text Font Color

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

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


#dcc93a Background Color

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

This div background color is #dcc93a


#dcc93a Border Color

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

This div border color is #dcc93a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc93a


Comments

No comments written yet.

Please login to write comment.