#DEC3AB

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

Shades of Bone #DEC3AB

Tints of Bone #DEC3AB

Color information

#DEC3AB (or 0xDEC3AB) is unknown color: approx Bone. HEX triplet: DE, C3 and AB. RGB value is (222,195,171). Sum of RGB (Red+Green+Blue) = 222+195+171=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 171 (67.19% from 255 or 29.08% from 588); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC3AB is #213C54. Grayscale: #C8C8C8. Windows color (decimal): -2178133 or 11256798. OLE color: 11256798.

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

Color convert

RGB222195171-
CMYK00.120.230.13
HSL28.24º43.59%77.06%-
HSV(B)28.24º22.97%87.06%-
XYZ56.9957.546.62-
YUV200.34111.45143.45-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.76%
GREEN value IS 195 (76.56% from 255) = 33.16%
BLUE value IS 171 (67.19% from 255) = 29.08%
R=37.76%
G=33.16%
B=29.08%

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
Decimal22219517100.120.230.1328.2443.5977.06
HexDEC3AB0C17D1c2c4d
Octal33630325301427153454115
Binary11011110110000111010101101100101111101111001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC3AB; }

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

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

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

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

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

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

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

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