Shades of Feldspar #DB966E
Tints of Feldspar #DB966E
RGB
CMYK
RGB Variations
Color information
#DB966E (or 0xDB966E) is known color: Feldspar. HEX triplet: DB, 96 and 6E. RGB value is (219,150,110). Sum of RGB (Red+Green+Blue) = 219+150+110=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB966E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB966E is #246991. Grayscale: #A6A6A6. Windows color (decimal): -2386322 or 7247579. OLE color: 7247579.
HSL color Cylindrical-coordinate representation of color #DB966E: hue angle of 22.02º 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 #DB966E is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 110 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.14 |
| HSL | 22.02º | 0.6% | 0.65% | - |
| HSV(B) | 22.02º | 0.5% | 0.86% | - |
| XYZ | 42.93 | 38 | 19.82 | - |
| YUV | 166.07 | 96.36 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 110 | 0 | 0.32 | 0.50 | 0.14 | 22.02 | 0.6 | 0.65 |
| Hex | DB | 96 | 6E | 0 | 20 | 32 | E | 16 | 3C | 41 |
| Octal | 333 | 226 | 156 | 0 | 40 | 62 | 16 | 26 | 74 | 101 |
| Binary | 11011011 | 10010110 | 1101110 | 0 | 100000 | 110010 | 1110 | 10110 | 111100 | 1000001 |
Color Harmonies of #DB966E
Complementary color
Monochromatic Colors of #DB966E
Black with #DB966E
Text Example
Text Example
White with #DB966E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB966E; }
p { color: rgb(219,150,110); }
H1.HeaderClassName
{
color: #DB966E;
}
.AnyTagClassName
{
color: #DB966E;
}
</style>
background-color css
<style>
a { background-color: #DB966E; }
a { background-color: rgb(219,150,110); }
div.DivClassName
{
background-color: #DB966E;
}
.BgClassName
{
background-color: #DB966E;
}
</style>
border-color css
<style>
span { border-color: #DB966E; }
span { border-color: rgb(219,150,110); }
td.TdClassName
{
border-color: #DB966E;
}
.TagClassName
{
border-color: #DB966E;
}
</style>