#DEBCA0

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

Shades of Bone #DEBCA0

Tints of Bone #DEBCA0

Color information

#DEBCA0 (or 0xDEBCA0) is unknown color: approx Bone. HEX triplet: DE, BC and A0. RGB value is (222,188,160). Sum of RGB (Red+Green+Blue) = 222+188+160=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 160 (62.89% from 255 or 28.07% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBCA0 is #21435F. Grayscale: #C3C3C3. Windows color (decimal): -2179936 or 10534110. OLE color: 10534110.

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

Color convert

RGB222188160-
CMYK00.150.280.13
HSL27.1º48.44%74.9%-
HSV(B)27.1º27.93%87.06%-
XYZ54.4554.0340.82-
YUV194.97108.26147.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.95%
GREEN value IS 188 (73.83% from 255) = 32.98%
BLUE value IS 160 (62.89% from 255) = 28.07%
R=38.95%
G=32.98%
B=28.07%

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
Decimal22218816000.150.280.1327.148.4474.9
HexDEBCA00F1CD1b304b
Octal33627424001734153360113
Binary11011110101111001010000001111111001101110111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBCA0; }

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

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

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

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

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

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

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

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