#DEC5AD

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

Shades of Bone #DEC5AD

Tints of Bone #DEC5AD

Color information

#DEC5AD (or 0xDEC5AD) is unknown color: approx Bone. HEX triplet: DE, C5 and AD. RGB value is (222,197,173). Sum of RGB (Red+Green+Blue) = 222+197+173=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 173 (67.97% from 255 or 29.22% from 592); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC5AD is #213A52. Grayscale: #C9C9C9. Windows color (decimal): -2177619 or 11388382. OLE color: 11388382.

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

Color convert

RGB222197173-
CMYK00.110.220.13
HSL29.39º42.61%77.45%-
HSV(B)29.39º22.07%87.06%-
XYZ57.6358.4847.79-
YUV201.74111.78142.45-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.5%
GREEN value IS 197 (77.34% from 255) = 33.28%
BLUE value IS 173 (67.97% from 255) = 29.22%
R=37.5%
G=33.28%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219717300.110.220.1329.3942.6177.45
HexDEC5AD0B16D1d2b4d
Octal33630525501326153553115
Binary11011110110001011010110101011101101101111011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC5AD; }

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

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

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

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

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

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

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

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