#DEC9AB

Color #DEC9AB Bone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bone #DEC9AB

Tints of Bone #DEC9AB

Color information

#DEC9AB (or 0xDEC9AB) is unknown color: approx Bone. HEX triplet: DE, C9 and AB. RGB value is (222,201,171). Sum of RGB (Red+Green+Blue) = 222+201+171=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 201 (78.91% from 255 or 33.84% from 594); Blue value is 171 (67.19% from 255 or 28.79% from 594); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC9AB is #213654. Grayscale: #CCCCCC. Windows color (decimal): -2176597 or 11258334. OLE color: 11258334.

HSL color Cylindrical-coordinate representation of color #DEC9AB: hue angle of 35.29º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEC9AB is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB222201171-
CMYK00.090.230.13
HSL35.29º43.59%77.06%-
HSV(B)35.29º22.97%87.06%-
XYZ58.3660.2447.08-
YUV203.86109.46140.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 37.37%
GREEN value IS 201 (78.91% from 255) = 33.84%
BLUE value IS 171 (67.19% from 255) = 28.79%
R=37.37%
G=33.84%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220117100.090.230.1335.2943.5977.06
HexDEC9AB0917D232c4d
Octal33631125301127154354115
Binary110111101100100110101011010011011111011000111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC9AB; }

 p { color: rgb(222,201,171); }

 H1.HeaderClassName
 {
   color: #DEC9AB;
 }
 .AnyTagClassName
 {
   color: #DEC9AB;
 }
</style>
background-color css

<style>
 a { background-color: #DEC9AB; }

 a { background-color: rgb(222,201,171); }

 div.DivClassName
 {
   background-color: #DEC9AB;
 }
 .BgClassName
 {
   background-color: #DEC9AB;
 }
</style>
border-color css

<style>
 span { border-color: #DEC9AB; }

 span { border-color: rgb(222,201,171); }

 td.TdClassName
 {
   border-color: #DEC9AB;
 }
 .TagClassName
 {
   border-color: #DEC9AB;
 }
</style>