Shades of Feldspar #DB9B6E
Tints of Feldspar #DB9B6E
RGB
CMYK
RGB Variations
Color information
#DB9B6E (or 0xDB9B6E) is known color: Feldspar. HEX triplet: DB, 9B and 6E. RGB value is (219,155,110). Sum of RGB (Red+Green+Blue) = 219+155+110=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9B6E is #246491. Grayscale: #A9A9A9. Windows color (decimal): -2385042 or 7248859. OLE color: 7248859.
HSL color Cylindrical-coordinate representation of color #DB9B6E: hue angle of 24.77º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB9B6E is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 110 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.14 |
| HSL | 24.77º | 0.6% | 0.65% | - |
| HSV(B) | 24.77º | 0.5% | 0.86% | - |
| XYZ | 43.75 | 39.63 | 20.1 | - |
| YUV | 169.01 | 94.7 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 110 | 0 | 0.29 | 0.50 | 0.14 | 24.77 | 0.6 | 0.65 |
| Hex | DB | 9B | 6E | 0 | 1D | 32 | E | 19 | 3C | 41 |
| Octal | 333 | 233 | 156 | 0 | 35 | 62 | 16 | 31 | 74 | 101 |
| Binary | 11011011 | 10011011 | 1101110 | 0 | 11101 | 110010 | 1110 | 11001 | 111100 | 1000001 |
Color Harmonies of #DB9B6E
Complementary color
Monochromatic Colors of #DB9B6E
Black with #DB9B6E
Text Example
Text Example
White with #DB9B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9B6E; }
p { color: rgb(219,155,110); }
H1.HeaderClassName
{
color: #DB9B6E;
}
.AnyTagClassName
{
color: #DB9B6E;
}
</style>
background-color css
<style>
a { background-color: #DB9B6E; }
a { background-color: rgb(219,155,110); }
div.DivClassName
{
background-color: #DB9B6E;
}
.BgClassName
{
background-color: #DB9B6E;
}
</style>
border-color css
<style>
span { border-color: #DB9B6E; }
span { border-color: rgb(219,155,110); }
td.TdClassName
{
border-color: #DB9B6E;
}
.TagClassName
{
border-color: #DB9B6E;
}
</style>