#DEC5AC

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

Shades of Bone #DEC5AC

Tints of Bone #DEC5AC

Color information

#DEC5AC (or 0xDEC5AC) is unknown color: approx Bone. HEX triplet: DE, C5 and AC. RGB value is (222,197,172). Sum of RGB (Red+Green+Blue) = 222+197+172=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 197 (77.34% from 255 or 33.33% from 591); Blue value is 172 (67.58% from 255 or 29.10% from 591); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC5AC is #213A53. Grayscale: #C9C9C9. Windows color (decimal): -2177620 or 11322846. OLE color: 11322846.

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

Color convert

RGB222197172-
CMYK00.110.230.13
HSL30º43.1%77.25%-
HSV(B)30º22.52%87.06%-
XYZ57.5458.4447.28-
YUV201.62111.28142.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.56%
GREEN value IS 197 (77.34% from 255) = 33.33%
BLUE value IS 172 (67.58% from 255) = 29.10%
R=37.56%
G=33.33%
B=29.10%

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
Decimal22219717200.110.230.133043.177.25
HexDEC5AC0B17D1e2b4d
Octal33630525401327153653115
Binary11011110110001011010110001011101111101111101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC5AC; }

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

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

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

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

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

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

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

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