Color Hex Logo

#dcc88f Color Hex

#DCC88F
(220,200,143)
0 Favorites   0 Comments

Color spaces of #dcc88f

RGB 220200143
HSL0.120.520.71
HSV44°35°86°
CMYK 0.000.090.35   0.14
XYZ55.127458.507434.3741
Yxy58.50740.37250.3953
Hunter Lab76.4901-5.210526.8986
CIE-Lab81.0201-1.212131.0938

#dcc88f color RGB value is (220,200,143).

#dcc88f hex color red value is 220, green value is 200 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #dcc88f hue: 0.12 , saturation: 0.52 and the lightness value of dcc88f is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001000 10001111
Octal 334 310 217
Decimal 220 200 143
Hex DC C8 8F

RGB Percentages of Color #dcc88f

%39.08
%35.52
%25.40

CMYK Percentages of Color #dcc88f

%0
%9
%35
%14

Triadic Colors of #dcc88f

#dcc88f #8fdcc8 #c88fdc

Analogous Colors of #dcc88f

#dcc88f #cadc8f #dca28f

Monochromatic Colors of #dcc88f

#dcc88f

Complementary Color

#dcc88f #8fa3dc

#dcc88f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc88f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc88f Color CSS Codes

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

#dcc88f Text Font Color

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

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


#dcc88f Background Color

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

This div background color is #dcc88f


#dcc88f Border Color

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

This div border color is #dcc88f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc88f


Comments

No comments written yet.

Please login to write comment.