#DEC6AE

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

Shades of Bone #DEC6AE

Tints of Bone #DEC6AE

Color information

#DEC6AE (or 0xDEC6AE) is unknown color: approx Bone. HEX triplet: DE, C6 and AE. RGB value is (222,198,174). Sum of RGB (Red+Green+Blue) = 222+198+174=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 198 (77.73% from 255 or 33.33% from 594); Blue value is 174 (68.36% from 255 or 29.29% from 594); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC6AE is #213951. Grayscale: #CACACA. Windows color (decimal): -2177362 or 11454174. OLE color: 11454174.

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

Color convert

RGB222198174-
CMYK00.110.220.13
HSL30º42.11%77.65%-
HSV(B)30º21.62%87.06%-
XYZ57.9658.9748.37-
YUV202.44111.95141.95-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.37%
GREEN value IS 198 (77.73% from 255) = 33.33%
BLUE value IS 174 (68.36% from 255) = 29.29%
R=37.37%
G=33.33%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219817400.110.220.133042.1177.65
HexDEC6AE0B16D1e2a4e
Octal33630625601326153652116
Binary11011110110001101010111001011101101101111101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC6AE; }

 p { color: rgb(222,198,174); }

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

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

 a { background-color: rgb(222,198,174); }

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

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

 span { border-color: rgb(222,198,174); }

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