#DEC4A9

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

Shades of Bone #DEC4A9

Tints of Bone #DEC4A9

Color information

#DEC4A9 (or 0xDEC4A9) is unknown color: approx Bone. HEX triplet: DE, C4 and A9. RGB value is (222,196,169). Sum of RGB (Red+Green+Blue) = 222+196+169=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 196 (76.95% from 255 or 33.39% from 587); Blue value is 169 (66.41% from 255 or 28.79% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC4A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC4A9 is #213B56. Grayscale: #C8C8C8. Windows color (decimal): -2177879 or 11125982. OLE color: 11125982.

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

Color convert

RGB222196169-
CMYK00.120.240.13
HSL30.57º44.54%76.67%-
HSV(B)30.57º23.87%87.06%-
XYZ57.0357.8745.7-
YUV200.7110.11143.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.82%
GREEN value IS 196 (76.95% from 255) = 33.39%
BLUE value IS 169 (66.41% from 255) = 28.79%
R=37.82%
G=33.39%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219616900.120.240.1330.5744.5476.67
HexDEC4A90C18D1f2d4d
Octal33630425101430153755115
Binary11011110110001001010100101100110001101111111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC4A9; }

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

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

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

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

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

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

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

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