Shades of Bone #DBBDA4
Tints of Bone #DBBDA4
RGB
CMYK
RGB Variations
Color information
#DBBDA4 (or 0xDBBDA4) is known color: Bone. HEX triplet: DB, BD and A4. RGB value is (219,189,164). Sum of RGB (Red+Green+Blue) = 219+189+164=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 164 (64.45% from 255 or 28.67% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBDA4 is #24425B. Grayscale: #C3C3C3. Windows color (decimal): -2376284 or 10796507. OLE color: 10796507.
HSL color Cylindrical-coordinate representation of color #DBBDA4: hue angle of 27.27º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBBDA4 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 189 | 164 | - |
CMYK | 0 | 0.14 | 0.25 | 0.14 |
HSL | 27.27º | 0.43% | 0.75% | - |
HSV(B) | 27.27º | 0.25% | 0.86% | - |
XYZ | 54.11 | 54.14 | 42.72 | - |
YUV | 195.12 | 110.44 | 145.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 189 | 164 | 0 | 0.14 | 0.25 | 0.14 | 27.27 | 0.43 | 0.75 |
Hex | DB | BD | A4 | 0 | E | 19 | E | 1B | 2B | 4B |
Octal | 333 | 275 | 244 | 0 | 16 | 31 | 16 | 33 | 53 | 113 |
Binary | 11011011 | 10111101 | 10100100 | 0 | 1110 | 11001 | 1110 | 11011 | 101011 | 1001011 |
Color Harmonies of #DBBDA4
Complementary color
Monochromatic Colors of #DBBDA4
Black with #DBBDA4
Text Example
Text Example
White with #DBBDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBDA4; }
p { color: rgb(219,189,164); }
H1.HeaderClassName
{
color: #DBBDA4;
}
.AnyTagClassName
{
color: #DBBDA4;
}
</style>
background-color css
<style>
a { background-color: #DBBDA4; }
a { background-color: rgb(219,189,164); }
div.DivClassName
{
background-color: #DBBDA4;
}
.BgClassName
{
background-color: #DBBDA4;
}
</style>
border-color css
<style>
span { border-color: #DBBDA4; }
span { border-color: rgb(219,189,164); }
td.TdClassName
{
border-color: #DBBDA4;
}
.TagClassName
{
border-color: #DBBDA4;
}
</style>