#DEC6A9

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

Shades of Bone #DEC6A9

Tints of Bone #DEC6A9

Color information

#DEC6A9 (or 0xDEC6A9) is unknown color: approx Bone. HEX triplet: DE, C6 and A9. RGB value is (222,198,169). Sum of RGB (Red+Green+Blue) = 222+198+169=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 169 (66.41% from 255 or 28.69% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC6A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC6A9 is #213956. Grayscale: #CACACA. Windows color (decimal): -2177367 or 11126494. OLE color: 11126494.

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

Color convert

RGB222198169-
CMYK00.110.240.13
HSL32.83º44.54%76.67%-
HSV(B)32.83º23.87%87.06%-
XYZ57.4858.7845.85-
YUV201.87109.45142.36-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.69%
GREEN value IS 198 (77.73% from 255) = 33.62%
BLUE value IS 169 (66.41% from 255) = 28.69%
R=37.69%
G=33.62%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219816900.110.240.1332.8344.5476.67
HexDEC6A90B18D212d4d
Octal33630625101330154155115
Binary110111101100011010101001010111100011011000011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC6A9; }

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

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

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

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

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

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

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

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