#DEBEA4

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

Shades of Bone #DEBEA4

Tints of Bone #DEBEA4

Color information

#DEBEA4 (or 0xDEBEA4) is unknown color: approx Bone. HEX triplet: DE, BE and A4. RGB value is (222,190,164). Sum of RGB (Red+Green+Blue) = 222+190+164=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 164 (64.45% from 255 or 28.47% from 576); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBEA4 is #21415B. Grayscale: #C4C4C4. Windows color (decimal): -2179420 or 10796766. OLE color: 10796766.

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

Color convert

RGB222190164-
CMYK00.140.260.13
HSL26.9º46.77%75.69%-
HSV(B)26.9º26.13%87.06%-
XYZ55.2455.0442.83-
YUV196.6109.6146.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.54%
GREEN value IS 190 (74.61% from 255) = 32.99%
BLUE value IS 164 (64.45% from 255) = 28.47%
R=38.54%
G=32.99%
B=28.47%

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
Decimal22219016400.140.260.1326.946.7775.69
HexDEBEA40E1AD1b2f4c
Octal33627624401632153357114
Binary11011110101111101010010001110110101101110111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBEA4; }

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

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

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

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

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

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

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

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