Color Hex Logo

#dccc8e Color Hex

#DCCC8E
(220,204,142)
0 Favorites   0 Comments

Color spaces of #dccc8e

RGB 220204142
HSL0.130.530.71
HSV48°35°86°
CMYK 0.000.070.35   0.14
XYZ55.990660.354434.2897
Yxy60.35440.37170.4007
Hunter Lab77.6881-7.307428.2125
CIE-Lab82.0304-3.402032.9473

#dccc8e color RGB value is (220,204,142).

#dccc8e hex color red value is 220, green value is 204 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dccc8e hue: 0.13 , saturation: 0.53 and the lightness value of dccc8e is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001100 10001110
Octal 334 314 216
Decimal 220 204 142
Hex DC CC 8E

RGB Percentages of Color #dccc8e

%38.87
%36.04
%25.09

CMYK Percentages of Color #dccc8e

%0
%7
%35
%14

Triadic Colors of #dccc8e

#dccc8e #8edccc #cc8edc

Analogous Colors of #dccc8e

#dccc8e #c5dc8e #dca58e

Monochromatic Colors of #dccc8e

#dccc8e

Complementary Color

#dccc8e #8e9edc

#dccc8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccc8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccc8e Color CSS Codes

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

#dccc8e Text Font Color

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

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


#dccc8e Background Color

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

This div background color is #dccc8e


#dccc8e Border Color

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

This div border color is #dccc8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccc8e


Comments

No comments written yet.

Please login to write comment.