#DEC6AD

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

Shades of Bone #DEC6AD

Tints of Bone #DEC6AD

Color information

#DEC6AD (or 0xDEC6AD) is unknown color: approx Bone. HEX triplet: DE, C6 and AD. RGB value is (222,198,173). Sum of RGB (Red+Green+Blue) = 222+198+173=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC6AD is #213952. Grayscale: #CACACA. Windows color (decimal): -2177363 or 11388638. OLE color: 11388638.

HSL color Cylindrical-coordinate representation of color #DEC6AD: hue angle of 30.61º 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 #DEC6AD is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB222198173-
CMYK00.110.220.13
HSL30.61º42.61%77.45%-
HSV(B)30.61º22.07%87.06%-
XYZ57.8658.9347.86-
YUV202.33111.45142.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.44%
GREEN value IS 198 (77.73% from 255) = 33.39%
BLUE value IS 173 (67.97% from 255) = 29.17%
R=37.44%
G=33.39%
B=29.17%

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
Decimal22219817300.110.220.1330.6142.6177.45
HexDEC6AD0B16D1f2b4d
Octal33630625501326153753115
Binary11011110110001101010110101011101101101111111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC6AD; }

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

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

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

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

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

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

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

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