Shades of Feldspar #DB9D70
Tints of Feldspar #DB9D70
RGB
CMYK
RGB Variations
Color information
#DB9D70 (or 0xDB9D70) is known color: Feldspar. HEX triplet: DB, 9D and 70. RGB value is (219,157,112). Sum of RGB (Red+Green+Blue) = 219+157+112=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9D70 is #24628F. Grayscale: #AAAAAA. Windows color (decimal): -2384528 or 7380443. OLE color: 7380443.
HSL color Cylindrical-coordinate representation of color #DB9D70: hue angle of 25.23º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB9D70 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 112 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.14 |
| HSL | 25.23º | 0.6% | 0.65% | - |
| HSV(B) | 25.23º | 0.49% | 0.86% | - |
| XYZ | 44.2 | 40.34 | 20.79 | - |
| YUV | 170.41 | 95.04 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 112 | 0 | 0.28 | 0.49 | 0.14 | 25.23 | 0.6 | 0.65 |
| Hex | DB | 9D | 70 | 0 | 1C | 31 | E | 19 | 3C | 41 |
| Octal | 333 | 235 | 160 | 0 | 34 | 61 | 16 | 31 | 74 | 101 |
| Binary | 11011011 | 10011101 | 1110000 | 0 | 11100 | 110001 | 1110 | 11001 | 111100 | 1000001 |
Color Harmonies of #DB9D70
Complementary color
Monochromatic Colors of #DB9D70
Black with #DB9D70
Text Example
Text Example
White with #DB9D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9D70; }
p { color: rgb(219,157,112); }
H1.HeaderClassName
{
color: #DB9D70;
}
.AnyTagClassName
{
color: #DB9D70;
}
</style>
background-color css
<style>
a { background-color: #DB9D70; }
a { background-color: rgb(219,157,112); }
div.DivClassName
{
background-color: #DB9D70;
}
.BgClassName
{
background-color: #DB9D70;
}
</style>
border-color css
<style>
span { border-color: #DB9D70; }
span { border-color: rgb(219,157,112); }
td.TdClassName
{
border-color: #DB9D70;
}
.TagClassName
{
border-color: #DB9D70;
}
</style>