Shades of Feldspar #DB9A73
Tints of Feldspar #DB9A73
RGB
CMYK
RGB Variations
Color information
#DB9A73 (or 0xDB9A73) is known color: Feldspar. HEX triplet: DB, 9A and 73. RGB value is (219,154,115). Sum of RGB (Red+Green+Blue) = 219+154+115=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9A73 is #24658C. Grayscale: #A9A9A9. Windows color (decimal): -2385293 or 7576283. OLE color: 7576283.
HSL color Cylindrical-coordinate representation of color #DB9A73: hue angle of 22.5º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB9A73 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 115 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.14 |
| HSL | 22.5º | 0.59% | 0.65% | - |
| HSV(B) | 22.5º | 0.47% | 0.86% | - |
| XYZ | 43.86 | 39.41 | 21.51 | - |
| YUV | 168.99 | 97.53 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 115 | 0 | 0.30 | 0.47 | 0.14 | 22.5 | 0.59 | 0.65 |
| Hex | DB | 9A | 73 | 0 | 1E | 2F | E | 16 | 3B | 41 |
| Octal | 333 | 232 | 163 | 0 | 36 | 57 | 16 | 26 | 73 | 101 |
| Binary | 11011011 | 10011010 | 1110011 | 0 | 11110 | 101111 | 1110 | 10110 | 111011 | 1000001 |
Color Harmonies of #DB9A73
Complementary color
Monochromatic Colors of #DB9A73
Black with #DB9A73
Text Example
Text Example
White with #DB9A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9A73; }
p { color: rgb(219,154,115); }
H1.HeaderClassName
{
color: #DB9A73;
}
.AnyTagClassName
{
color: #DB9A73;
}
</style>
background-color css
<style>
a { background-color: #DB9A73; }
a { background-color: rgb(219,154,115); }
div.DivClassName
{
background-color: #DB9A73;
}
.BgClassName
{
background-color: #DB9A73;
}
</style>
border-color css
<style>
span { border-color: #DB9A73; }
span { border-color: rgb(219,154,115); }
td.TdClassName
{
border-color: #DB9A73;
}
.TagClassName
{
border-color: #DB9A73;
}
</style>