#DEBEA0

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

Shades of Bone #DEBEA0

Tints of Bone #DEBEA0

Color information

#DEBEA0 (or 0xDEBEA0) is unknown color: approx Bone. HEX triplet: DE, BE and A0. RGB value is (222,190,160). Sum of RGB (Red+Green+Blue) = 222+190+160=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 160 (62.89% from 255 or 27.97% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBEA0 is #21415F. Grayscale: #C4C4C4. Windows color (decimal): -2179424 or 10534622. OLE color: 10534622.

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

Color convert

RGB222190160-
CMYK00.140.280.13
HSL29.03º48.44%74.9%-
HSV(B)29.03º27.93%87.06%-
XYZ54.8854.8940.96-
YUV196.15107.6146.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.81%
GREEN value IS 190 (74.61% from 255) = 33.22%
BLUE value IS 160 (62.89% from 255) = 27.97%
R=38.81%
G=33.22%
B=27.97%

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
Decimal22219016000.140.280.1329.0348.4474.9
HexDEBEA00E1CD1d304b
Octal33627624001634153560113
Binary11011110101111101010000001110111001101111011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBEA0; }

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

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

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

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

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

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

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

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