Shades of Feldspar #DB9972
Tints of Feldspar #DB9972
RGB
CMYK
RGB Variations
Color information
#DB9972 (or 0xDB9972) is known color: Feldspar. HEX triplet: DB, 99 and 72. RGB value is (219,153,114). Sum of RGB (Red+Green+Blue) = 219+153+114=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9972 is #24668D. Grayscale: #A8A8A8. Windows color (decimal): -2385550 or 7510491. OLE color: 7510491.
HSL color Cylindrical-coordinate representation of color #DB9972: hue angle of 22.29º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB9972 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 114 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.14 |
| HSL | 22.29º | 0.59% | 0.65% | - |
| HSV(B) | 22.29º | 0.48% | 0.86% | - |
| XYZ | 43.64 | 39.06 | 21.16 | - |
| YUV | 168.29 | 97.37 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 114 | 0 | 0.30 | 0.48 | 0.14 | 22.29 | 0.59 | 0.65 |
| Hex | DB | 99 | 72 | 0 | 1E | 30 | E | 16 | 3B | 41 |
| Octal | 333 | 231 | 162 | 0 | 36 | 60 | 16 | 26 | 73 | 101 |
| Binary | 11011011 | 10011001 | 1110010 | 0 | 11110 | 110000 | 1110 | 10110 | 111011 | 1000001 |
Color Harmonies of #DB9972
Complementary color
Monochromatic Colors of #DB9972
Black with #DB9972
Text Example
Text Example
White with #DB9972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9972; }
p { color: rgb(219,153,114); }
H1.HeaderClassName
{
color: #DB9972;
}
.AnyTagClassName
{
color: #DB9972;
}
</style>
background-color css
<style>
a { background-color: #DB9972; }
a { background-color: rgb(219,153,114); }
div.DivClassName
{
background-color: #DB9972;
}
.BgClassName
{
background-color: #DB9972;
}
</style>
border-color css
<style>
span { border-color: #DB9972; }
span { border-color: rgb(219,153,114); }
td.TdClassName
{
border-color: #DB9972;
}
.TagClassName
{
border-color: #DB9972;
}
</style>