#DBBEA6

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

Shades of Bone #DBBEA6

Tints of Bone #DBBEA6

Color information

#DBBEA6 (or 0xDBBEA6) is unknown color: approx Bone. HEX triplet: DB, BE and A6. RGB value is (219,190,166). Sum of RGB (Red+Green+Blue) = 219+190+166=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 166 (65.23% from 255 or 28.87% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBEA6 is #244159. Grayscale: #C4C4C4. Windows color (decimal): -2376026 or 10927835. OLE color: 10927835.

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

Color convert

RGB219190166-
CMYK00.130.240.14
HSL27.17º42.4%75.49%-
HSV(B)27.17º24.2%85.88%-
XYZ54.5154.6443.75-
YUV195.93111.11144.45-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.09%
GREEN value IS 190 (74.61% from 255) = 33.04%
BLUE value IS 166 (65.23% from 255) = 28.87%
R=38.09%
G=33.04%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919016600.130.240.1427.1742.475.49
HexDBBEA60D18E1b2a4b
Octal33327624601530163352113
Binary11011011101111101010011001101110001110110111010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBEA6; }

 p { color: rgb(219,190,166); }

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

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

 a { background-color: rgb(219,190,166); }

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

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

 span { border-color: rgb(219,190,166); }

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