#DEC7A9

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

Shades of Bone #DEC7A9

Tints of Bone #DEC7A9

Color information

#DEC7A9 (or 0xDEC7A9) is unknown color: approx Bone. HEX triplet: DE, C7 and A9. RGB value is (222,199,169). Sum of RGB (Red+Green+Blue) = 222+199+169=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 199 (78.12% from 255 or 33.73% from 590); Blue value is 169 (66.41% from 255 or 28.64% from 590); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC7A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC7A9 is #213856. Grayscale: #CACACA. Windows color (decimal): -2177111 or 11126750. OLE color: 11126750.

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

Color convert

RGB222199169-
CMYK00.100.240.13
HSL33.96º44.54%76.67%-
HSV(B)33.96º23.87%87.06%-
XYZ57.7159.2445.93-
YUV202.46109.12141.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.63%
GREEN value IS 199 (78.12% from 255) = 33.73%
BLUE value IS 169 (66.41% from 255) = 28.64%
R=37.63%
G=33.73%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219916900.100.240.1333.9644.5476.67
HexDEC7A90A18D222d4d
Octal33630725101230154255115
Binary110111101100011110101001010101100011011000101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC7A9; }

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

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

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

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

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

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

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

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