Color Hex Logo

#dcc58a Color Hex

#DCC58A
(220,197,138)
0 Favorites   0 Comments

Color spaces of #dcc58a

RGB 220197138
HSL0.120.540.70
HSV43°37°86°
CMYK 0.000.100.37   0.14
XYZ54.068956.983132.1939
Yxy56.98310.37750.3978
Hunter Lab75.4872-4.249027.5549
CIE-Lab80.1701-0.234432.5705

#dcc58a color RGB value is (220,197,138).

#dcc58a hex color red value is 220, green value is 197 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #dcc58a hue: 0.12 , saturation: 0.54 and the lightness value of dcc58a is 0.70.

The process color (four color CMYK) of #dcc58a color hex is 0.00, 0.10, 0.37, 0.14. Web safe color of #dcc58a is #cccc99. Color #dcc58a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000101 10001010
Octal 334 305 212
Decimal 220 197 138
Hex DC C5 8A

RGB Percentages of Color #dcc58a

%39.64
%35.50
%24.86

CMYK Percentages of Color #dcc58a

%0
%10
%37
%14

Triadic Colors of #dcc58a

#dcc58a #8adcc5 #c58adc

Analogous Colors of #dcc58a

#dcc58a #cadc8a #dc9c8a

Monochromatic Colors of #dcc58a

#dcc58a

Complementary Color

#dcc58a #8aa1dc

#dcc58a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc58a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc58a Color CSS Codes

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

#dcc58a Text Font Color

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

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


#dcc58a Background Color

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

This div background color is #dcc58a


#dcc58a Border Color

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

This div border color is #dcc58a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc58a


Comments

No comments written yet.

Please login to write comment.