Shades of Feldspar #DB976E
Tints of Feldspar #DB976E
RGB
CMYK
RGB Variations
Color information
#DB976E (or 0xDB976E) is known color: Feldspar. HEX triplet: DB, 97 and 6E. RGB value is (219,151,110). Sum of RGB (Red+Green+Blue) = 219+151+110=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB976E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB976E is #246891. Grayscale: #A6A6A6. Windows color (decimal): -2386066 or 7247835. OLE color: 7247835.
HSL color Cylindrical-coordinate representation of color #DB976E: hue angle of 22.57º 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 #DB976E is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 110 | - |
| CMYK | 0 | 0.31 | 0.50 | 0.14 |
| HSL | 22.57º | 0.6% | 0.65% | - |
| HSV(B) | 22.57º | 0.5% | 0.86% | - |
| XYZ | 43.09 | 38.32 | 19.88 | - |
| YUV | 166.66 | 96.03 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 110 | 0 | 0.31 | 0.50 | 0.14 | 22.57 | 0.6 | 0.65 |
| Hex | DB | 97 | 6E | 0 | 1F | 32 | E | 17 | 3C | 41 |
| Octal | 333 | 227 | 156 | 0 | 37 | 62 | 16 | 27 | 74 | 101 |
| Binary | 11011011 | 10010111 | 1101110 | 0 | 11111 | 110010 | 1110 | 10111 | 111100 | 1000001 |
Color Harmonies of #DB976E
Complementary color
Monochromatic Colors of #DB976E
Black with #DB976E
Text Example
Text Example
White with #DB976E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB976E; }
p { color: rgb(219,151,110); }
H1.HeaderClassName
{
color: #DB976E;
}
.AnyTagClassName
{
color: #DB976E;
}
</style>
background-color css
<style>
a { background-color: #DB976E; }
a { background-color: rgb(219,151,110); }
div.DivClassName
{
background-color: #DB976E;
}
.BgClassName
{
background-color: #DB976E;
}
</style>
border-color css
<style>
span { border-color: #DB976E; }
span { border-color: rgb(219,151,110); }
td.TdClassName
{
border-color: #DB976E;
}
.TagClassName
{
border-color: #DB976E;
}
</style>