#DEC9AD

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

Shades of Bone #DEC9AD

Tints of Bone #DEC9AD

Color information

#DEC9AD (or 0xDEC9AD) is unknown color: approx Bone. HEX triplet: DE, C9 and AD. RGB value is (222,201,173). Sum of RGB (Red+Green+Blue) = 222+201+173=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 173 (67.97% from 255 or 29.03% from 596); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC9AD is #213652. Grayscale: #CCCCCC. Windows color (decimal): -2176595 or 11389406. OLE color: 11389406.

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

Color convert

RGB222201173-
CMYK00.090.220.13
HSL34.29º42.61%77.45%-
HSV(B)34.29º22.07%87.06%-
XYZ58.5560.3248.09-
YUV204.09110.46140.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.25%
GREEN value IS 201 (78.91% from 255) = 33.72%
BLUE value IS 173 (67.97% from 255) = 29.03%
R=37.25%
G=33.72%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220117300.090.220.1334.2942.6177.45
HexDEC9AD0916D222b4d
Octal33631125501126154253115
Binary110111101100100110101101010011011011011000101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC9AD; }

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

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

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

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

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

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

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

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