Color Hex Logo

#dcc95a Color Hex

#DCC95A
(220,201,90)
0 Favorites   0 Comments

Color spaces of #dcc95a

RGB 22020190
HSL0.140.650.61
HSV51°59°86°
CMYK 0.000.090.59   0.14
XYZ52.247357.727118.0616
Yxy57.72710.40810.4509
Hunter Lab75.9784-10.214739.0904
CIE-Lab80.5868-6.736556.6380

#dcc95a color RGB value is (220,201,90).

#dcc95a hex color red value is 220, green value is 201 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #dcc95a hue: 0.14 , saturation: 0.65 and the lightness value of dcc95a is 0.61.

The process color (four color CMYK) of #dcc95a color hex is 0.00, 0.09, 0.59, 0.14. Web safe color of #dcc95a is #cccc66. Color #dcc95a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001001 01011010
Octal 334 311 132
Decimal 220 201 90
Hex DC C9 5A

RGB Percentages of Color #dcc95a

%43.05
%39.33
%17.61

CMYK Percentages of Color #dcc95a

%0
%9
%59
%14

Triadic Colors of #dcc95a

#dcc95a #5adcc9 #c95adc

Analogous Colors of #dcc95a

#dcc95a #aedc5a #dc885a

Monochromatic Colors of #dcc95a

#dcc95a

Complementary Color

#dcc95a #5a6ddc

#dcc95a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc95a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc95a Color CSS Codes

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

#dcc95a Text Font Color

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

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


#dcc95a Background Color

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

This div background color is #dcc95a


#dcc95a Border Color

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

This div border color is #dcc95a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc95a


Comments

No comments written yet.

Please login to write comment.