#DEBFA0

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

Shades of Bone #DEBFA0

Tints of Bone #DEBFA0

Color information

#DEBFA0 (or 0xDEBFA0) is unknown color: approx Bone. HEX triplet: DE, BF and A0. RGB value is (222,191,160). Sum of RGB (Red+Green+Blue) = 222+191+160=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 160 (62.89% from 255 or 27.92% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBFA0 is #21405F. Grayscale: #C4C4C4. Windows color (decimal): -2179168 or 10534878. OLE color: 10534878.

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

Color convert

RGB222191160-
CMYK00.140.280.13
HSL30º48.44%74.9%-
HSV(B)30º27.93%87.06%-
XYZ55.155.3341.03-
YUV196.74107.27146.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.74%
GREEN value IS 191 (75% from 255) = 33.33%
BLUE value IS 160 (62.89% from 255) = 27.92%
R=38.74%
G=33.33%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219116000.140.280.133048.4474.9
HexDEBFA00E1CD1e304b
Octal33627724001634153660113
Binary11011110101111111010000001110111001101111101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBFA0; }

 p { color: rgb(222,191,160); }

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

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

 a { background-color: rgb(222,191,160); }

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

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

 span { border-color: rgb(222,191,160); }

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