#DEC4AD

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

Shades of Bone #DEC4AD

Tints of Bone #DEC4AD

Color information

#DEC4AD (or 0xDEC4AD) is unknown color: approx Bone. HEX triplet: DE, C4 and AD. RGB value is (222,196,173). Sum of RGB (Red+Green+Blue) = 222+196+173=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 173 (67.97% from 255 or 29.27% from 591); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC4AD is #213B52. Grayscale: #C9C9C9. Windows color (decimal): -2177875 or 11388126. OLE color: 11388126.

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

Color convert

RGB222196173-
CMYK00.120.220.13
HSL28.16º42.61%77.45%-
HSV(B)28.16º22.07%87.06%-
XYZ57.4158.0347.71-
YUV201.15112.11142.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.56%
GREEN value IS 196 (76.95% from 255) = 33.16%
BLUE value IS 173 (67.97% from 255) = 29.27%
R=37.56%
G=33.16%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219617300.120.220.1328.1642.6177.45
HexDEC4AD0C16D1c2b4d
Octal33630425501426153453115
Binary11011110110001001010110101100101101101111001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC4AD; }

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

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

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

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

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

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

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

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