Shades of Bone #DBBEA1
Tints of Bone #DBBEA1
RGB
CMYK
RGB Variations
Color information
#DBBEA1 (or 0xDBBEA1) is known color: Bone. HEX triplet: DB, BE and A1. RGB value is (219,190,161). Sum of RGB (Red+Green+Blue) = 219+190+161=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 161 (63.28% from 255 or 28.25% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBEA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBEA1 is #24415E. Grayscale: #C3C3C3. Windows color (decimal): -2376031 or 10600155. OLE color: 10600155.
HSL color Cylindrical-coordinate representation of color #DBBEA1: hue angle of 30º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBBEA1 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 190 | 161 | - |
CMYK | 0 | 0.13 | 0.26 | 0.14 |
HSL | 30º | 0.45% | 0.75% | - |
HSV(B) | 30º | 0.26% | 0.86% | - |
XYZ | 54.06 | 54.46 | 41.38 | - |
YUV | 195.37 | 108.61 | 144.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 190 | 161 | 0 | 0.13 | 0.26 | 0.14 | 30 | 0.45 | 0.75 |
Hex | DB | BE | A1 | 0 | D | 1A | E | 1E | 2D | 4B |
Octal | 333 | 276 | 241 | 0 | 15 | 32 | 16 | 36 | 55 | 113 |
Binary | 11011011 | 10111110 | 10100001 | 0 | 1101 | 11010 | 1110 | 11110 | 101101 | 1001011 |
Color Harmonies of #DBBEA1
Complementary color
Monochromatic Colors of #DBBEA1
Black with #DBBEA1
Text Example
Text Example
White with #DBBEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBEA1; }
p { color: rgb(219,190,161); }
H1.HeaderClassName
{
color: #DBBEA1;
}
.AnyTagClassName
{
color: #DBBEA1;
}
</style>
background-color css
<style>
a { background-color: #DBBEA1; }
a { background-color: rgb(219,190,161); }
div.DivClassName
{
background-color: #DBBEA1;
}
.BgClassName
{
background-color: #DBBEA1;
}
</style>
border-color css
<style>
span { border-color: #DBBEA1; }
span { border-color: rgb(219,190,161); }
td.TdClassName
{
border-color: #DBBEA1;
}
.TagClassName
{
border-color: #DBBEA1;
}
</style>