Color Hex Logo

#dccb8a Color Hex

#DCCB8A
(220,203,138)
0 Favorites   0 Comments

Color spaces of #dccb8a

RGB 220203138
HSL0.130.540.70
HSV48°37°86°
CMYK 0.000.080.37   0.14
XYZ55.458659.762532.6571
Yxy59.76250.37500.4041
Hunter Lab77.3062-7.232029.0680
CIE-Lab81.7089-3.347934.5877

#dccb8a color RGB value is (220,203,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001011 10001010
Octal 334 313 212
Decimal 220 203 138
Hex DC CB 8A

RGB Percentages of Color #dccb8a

%39.22
%36.19
%24.60

CMYK Percentages of Color #dccb8a

%0
%8
%37
%14

Triadic Colors of #dccb8a

#dccb8a #8adccb #cb8adc

Analogous Colors of #dccb8a

#dccb8a #c4dc8a #dca28a

Monochromatic Colors of #dccb8a

#dccb8a

Complementary Color

#dccb8a #8a9bdc

#dccb8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccb8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccb8a Color CSS Codes

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

#dccb8a Text Font Color

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

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


#dccb8a Background Color

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

This div background color is #dccb8a


#dccb8a Border Color

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

This div border color is #dccb8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccb8a


Comments

No comments written yet.

Please login to write comment.