#DEC2A9

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

Shades of Bone #DEC2A9

Tints of Bone #DEC2A9

Color information

#DEC2A9 (or 0xDEC2A9) is unknown color: approx Bone. HEX triplet: DE, C2 and A9. RGB value is (222,194,169). Sum of RGB (Red+Green+Blue) = 222+194+169=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 169 (66.41% from 255 or 28.89% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC2A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC2A9 is #213D56. Grayscale: #C7C7C7. Windows color (decimal): -2178391 or 11125470. OLE color: 11125470.

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

Color convert

RGB222194169-
CMYK00.130.240.13
HSL28.3º44.54%76.67%-
HSV(B)28.3º23.87%87.06%-
XYZ56.5856.9845.55-
YUV199.52110.78144.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.95%
GREEN value IS 194 (76.17% from 255) = 33.16%
BLUE value IS 169 (66.41% from 255) = 28.89%
R=37.95%
G=33.16%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219416900.130.240.1328.344.5476.67
HexDEC2A90D18D1c2d4d
Octal33630225101530153455115
Binary11011110110000101010100101101110001101111001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC2A9; }

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

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

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

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

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

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

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

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