#DEC5AB

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

Shades of Bone #DEC5AB

Tints of Bone #DEC5AB

Color information

#DEC5AB (or 0xDEC5AB) is unknown color: approx Bone. HEX triplet: DE, C5 and AB. RGB value is (222,197,171). Sum of RGB (Red+Green+Blue) = 222+197+171=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 171 (67.19% from 255 or 28.98% from 590); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC5AB is #213A54. Grayscale: #C9C9C9. Windows color (decimal): -2177621 or 11257310. OLE color: 11257310.

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

Color convert

RGB222197171-
CMYK00.110.230.13
HSL30.59º43.59%77.06%-
HSV(B)30.59º22.97%87.06%-
XYZ57.4458.446.77-
YUV201.51110.78142.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.63%
GREEN value IS 197 (77.34% from 255) = 33.39%
BLUE value IS 171 (67.19% from 255) = 28.98%
R=37.63%
G=33.39%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219717100.110.230.1330.5943.5977.06
HexDEC5AB0B17D1f2c4d
Octal33630525301327153754115
Binary11011110110001011010101101011101111101111111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC5AB; }

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

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

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

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

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

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

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

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