Color Hex Logo

#dbcc9c Color Hex

#DBCC9C
(219,204,156)
0 Favorites   0 Comments

Color spaces of #dbcc9c

RGB 219204156
HSL0.130.470.74
HSV46°29°86°
CMYK 0.000.070.29   0.14
XYZ56.807060.646140.1643
Yxy60.64610.36040.3848
Hunter Lab77.8756-6.074023.9341
CIE-Lab82.1881-2.054325.8543

#dbcc9c color RGB value is (219,204,156).

#dbcc9c hex color red value is 219, green value is 204 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #dbcc9c hue: 0.13 , saturation: 0.47 and the lightness value of dbcc9c is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001100 10011100
Octal 333 314 234
Decimal 219 204 156
Hex DB CC 9C

RGB Percentages of Color #dbcc9c

%37.82
%35.23
%26.94

CMYK Percentages of Color #dbcc9c

%0
%7
%29
%14

Triadic Colors of #dbcc9c

#dbcc9c #9cdbcc #cc9cdb

Analogous Colors of #dbcc9c

#dbcc9c #cbdb9c #dbad9c

Monochromatic Colors of #dbcc9c

#dbcc9c

Complementary Color

#dbcc9c #9cabdb

#dbcc9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcc9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcc9c Color CSS Codes

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

#dbcc9c Text Font Color

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

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


#dbcc9c Background Color

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

This div background color is #dbcc9c


#dbcc9c Border Color

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

This div border color is #dbcc9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcc9c


Comments

No comments written yet.

Please login to write comment.