#DEC4AB

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

Shades of Bone #DEC4AB

Tints of Bone #DEC4AB

Color information

#DEC4AB (or 0xDEC4AB) is unknown color: approx Bone. HEX triplet: DE, C4 and AB. RGB value is (222,196,171). Sum of RGB (Red+Green+Blue) = 222+196+171=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 196 (76.95% from 255 or 33.28% from 589); Blue value is 171 (67.19% from 255 or 29.03% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC4AB is #213B54. Grayscale: #C9C9C9. Windows color (decimal): -2177877 or 11257054. OLE color: 11257054.

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

Color convert

RGB222196171-
CMYK00.120.230.13
HSL29.41º43.59%77.06%-
HSV(B)29.41º22.97%87.06%-
XYZ57.2157.9546.7-
YUV200.92111.11143.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.69%
GREEN value IS 196 (76.95% from 255) = 33.28%
BLUE value IS 171 (67.19% from 255) = 29.03%
R=37.69%
G=33.28%
B=29.03%

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
Decimal22219617100.120.230.1329.4143.5977.06
HexDEC4AB0C17D1d2c4d
Octal33630425301427153554115
Binary11011110110001001010101101100101111101111011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC4AB; }

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

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

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

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

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

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

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

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