#DEBEA1

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

Shades of Bone #DEBEA1

Tints of Bone #DEBEA1

Color information

#DEBEA1 (or 0xDEBEA1) is unknown color: approx Bone. HEX triplet: DE, BE and A1. RGB value is (222,190,161). Sum of RGB (Red+Green+Blue) = 222+190+161=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 161 (63.28% from 255 or 28.10% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBEA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBEA1 is #21415E. Grayscale: #C4C4C4. Windows color (decimal): -2179423 or 10600158. OLE color: 10600158.

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

Color convert

RGB222190161-
CMYK00.140.270.13
HSL28.52º48.03%75.1%-
HSV(B)28.52º27.48%87.06%-
XYZ54.9754.9341.42-
YUV196.26108.1146.36-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.74%
GREEN value IS 190 (74.61% from 255) = 33.16%
BLUE value IS 161 (63.28% from 255) = 28.10%
R=38.74%
G=33.16%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219016100.140.270.1328.5248.0375.1
HexDEBEA10E1BD1d304b
Octal33627624101633153560113
Binary11011110101111101010000101110110111101111011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBEA1; }

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

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

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

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

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

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

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

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