Shades of Feldspar #DB9A72
Tints of Feldspar #DB9A72
RGB
CMYK
RGB Variations
Color information
#DB9A72 (or 0xDB9A72) is known color: Feldspar. HEX triplet: DB, 9A and 72. RGB value is (219,154,114). Sum of RGB (Red+Green+Blue) = 219+154+114=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9A72 is #24658D. Grayscale: #A9A9A9. Windows color (decimal): -2385294 or 7510747. OLE color: 7510747.
HSL color Cylindrical-coordinate representation of color #DB9A72: hue angle of 22.86º 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 #DB9A72 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 114 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.14 |
| HSL | 22.86º | 0.59% | 0.65% | - |
| HSV(B) | 22.86º | 0.48% | 0.86% | - |
| XYZ | 43.81 | 39.39 | 21.21 | - |
| YUV | 168.88 | 97.03 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 114 | 0 | 0.30 | 0.48 | 0.14 | 22.86 | 0.59 | 0.65 |
| Hex | DB | 9A | 72 | 0 | 1E | 30 | E | 17 | 3B | 41 |
| Octal | 333 | 232 | 162 | 0 | 36 | 60 | 16 | 27 | 73 | 101 |
| Binary | 11011011 | 10011010 | 1110010 | 0 | 11110 | 110000 | 1110 | 10111 | 111011 | 1000001 |
Color Harmonies of #DB9A72
Complementary color
Monochromatic Colors of #DB9A72
Black with #DB9A72
Text Example
Text Example
White with #DB9A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9A72; }
p { color: rgb(219,154,114); }
H1.HeaderClassName
{
color: #DB9A72;
}
.AnyTagClassName
{
color: #DB9A72;
}
</style>
background-color css
<style>
a { background-color: #DB9A72; }
a { background-color: rgb(219,154,114); }
div.DivClassName
{
background-color: #DB9A72;
}
.BgClassName
{
background-color: #DB9A72;
}
</style>
border-color css
<style>
span { border-color: #DB9A72; }
span { border-color: rgb(219,154,114); }
td.TdClassName
{
border-color: #DB9A72;
}
.TagClassName
{
border-color: #DB9A72;
}
</style>