#DEBC9F

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

Shades of Bone #DEBC9F

Tints of Bone #DEBC9F

Color information

#DEBC9F (or 0xDEBC9F) is unknown color: approx Bone. HEX triplet: DE, BC and 9F. RGB value is (222,188,159). Sum of RGB (Red+Green+Blue) = 222+188+159=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 159 (62.5% from 255 or 27.94% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBC9F is #214360. Grayscale: #C3C3C3. Windows color (decimal): -2179937 or 10468574. OLE color: 10468574.

HSL color Cylindrical-coordinate representation of color #DEBC9F: hue angle of 27.62º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEBC9F is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB222188159-
CMYK00.150.280.13
HSL27.62º48.84%74.71%-
HSV(B)27.62º28.38%87.06%-
XYZ54.375440.36-
YUV194.86107.76147.36-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.02%
GREEN value IS 188 (73.83% from 255) = 33.04%
BLUE value IS 159 (62.5% from 255) = 27.94%
R=39.02%
G=33.04%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218815900.150.280.1327.6248.8474.71
HexDEBC9F0F1CD1c314b
Octal33627423701734153461113
Binary11011110101111001001111101111111001101111001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBC9F; }

 p { color: rgb(222,188,159); }

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

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

 a { background-color: rgb(222,188,159); }

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

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

 span { border-color: rgb(222,188,159); }

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