Color Hex Logo

#dcc88a Color Hex

#DCC88A
(220,200,138)
0 Favorites   0 Comments

Color spaces of #dcc88a

RGB 220200138
HSL0.130.540.70
HSV45°37°86°
CMYK 0.000.090.37   0.14
XYZ54.756958.359232.4232
Yxy58.35920.37620.4010
Hunter Lab76.3932-5.743428.3111
CIE-Lab80.9381-1.794933.5791

#dcc88a color RGB value is (220,200,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001000 10001010
Octal 334 310 212
Decimal 220 200 138
Hex DC C8 8A

RGB Percentages of Color #dcc88a

%39.43
%35.84
%24.73

CMYK Percentages of Color #dcc88a

%0
%9
%37
%14

Triadic Colors of #dcc88a

#dcc88a #8adcc8 #c88adc

Analogous Colors of #dcc88a

#dcc88a #c7dc8a #dc9f8a

Monochromatic Colors of #dcc88a

#dcc88a

Complementary Color

#dcc88a #8a9edc

#dcc88a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc88a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc88a Color CSS Codes

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

#dcc88a Text Font Color

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

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


#dcc88a Background Color

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

This div background color is #dcc88a


#dcc88a Border Color

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

This div border color is #dcc88a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc88a


Comments

No comments written yet.

Please login to write comment.