#DEC4AA

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

Shades of Bone #DEC4AA

Tints of Bone #DEC4AA

Color information

#DEC4AA (or 0xDEC4AA) is unknown color: approx Bone. HEX triplet: DE, C4 and AA. RGB value is (222,196,170). Sum of RGB (Red+Green+Blue) = 222+196+170=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 196 (76.95% from 255 or 33.33% from 588); Blue value is 170 (66.80% from 255 or 28.91% from 588); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC4AA is #213B55. Grayscale: #C8C8C8. Windows color (decimal): -2177878 or 11191518. OLE color: 11191518.

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

Color convert

RGB222196170-
CMYK00.120.230.13
HSL30º44.07%76.86%-
HSV(B)30º23.42%87.06%-
XYZ57.1257.9146.2-
YUV200.81110.61143.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.76%
GREEN value IS 196 (76.95% from 255) = 33.33%
BLUE value IS 170 (66.80% from 255) = 28.91%
R=37.76%
G=33.33%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219617000.120.230.133044.0776.86
HexDEC4AA0C17D1e2c4d
Octal33630425201427153654115
Binary11011110110001001010101001100101111101111101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC4AA; }

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

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

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

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

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

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

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

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