#DEBFA5

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

Shades of Bone #DEBFA5

Tints of Bone #DEBFA5

Color information

#DEBFA5 (or 0xDEBFA5) is unknown color: approx Bone. HEX triplet: DE, BF and A5. RGB value is (222,191,165). Sum of RGB (Red+Green+Blue) = 222+191+165=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 165 (64.84% from 255 or 28.55% from 578); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBFA5 is #21405A. Grayscale: #C5C5C5. Windows color (decimal): -2179163 or 10862558. OLE color: 10862558.

HSL color Cylindrical-coordinate representation of color #DEBFA5: hue angle of 27.37º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEBFA5 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB222191165-
CMYK00.140.260.13
HSL27.37º46.34%75.88%-
HSV(B)27.37º25.68%87.06%-
XYZ55.5555.5143.38-
YUV197.3109.77145.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.41%
GREEN value IS 191 (75% from 255) = 33.04%
BLUE value IS 165 (64.84% from 255) = 28.55%
R=38.41%
G=33.04%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219116500.140.260.1327.3746.3475.88
HexDEBFA50E1AD1b2e4c
Octal33627724501632153356114
Binary11011110101111111010010101110110101101110111011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBFA5; }

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

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

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

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

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

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

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

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