Shades of Feldspar #DB997A
Tints of Feldspar #DB997A
RGB
CMYK
RGB Variations
Color information
#DB997A (or 0xDB997A) is known color: Feldspar. HEX triplet: DB, 99 and 7A. RGB value is (219,153,122). Sum of RGB (Red+Green+Blue) = 219+153+122=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DB997A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB997A is #246685. Grayscale: #A9A9A9. Windows color (decimal): -2385542 or 8034779. OLE color: 8034779.
HSL color Cylindrical-coordinate representation of color #DB997A: hue angle of 19.18º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB997A is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 122 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.14 |
| HSL | 19.18º | 0.57% | 0.67% | - |
| HSV(B) | 19.18º | 0.44% | 0.86% | - |
| XYZ | 44.12 | 39.25 | 23.66 | - |
| YUV | 169.2 | 101.37 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 122 | 0 | 0.30 | 0.44 | 0.14 | 19.18 | 0.57 | 0.67 |
| Hex | DB | 99 | 7A | 0 | 1E | 2C | E | 13 | 39 | 43 |
| Octal | 333 | 231 | 172 | 0 | 36 | 54 | 16 | 23 | 71 | 103 |
| Binary | 11011011 | 10011001 | 1111010 | 0 | 11110 | 101100 | 1110 | 10011 | 111001 | 1000011 |
Color Harmonies of #DB997A
Complementary color
Monochromatic Colors of #DB997A
Black with #DB997A
Text Example
Text Example
White with #DB997A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB997A; }
p { color: rgb(219,153,122); }
H1.HeaderClassName
{
color: #DB997A;
}
.AnyTagClassName
{
color: #DB997A;
}
</style>
background-color css
<style>
a { background-color: #DB997A; }
a { background-color: rgb(219,153,122); }
div.DivClassName
{
background-color: #DB997A;
}
.BgClassName
{
background-color: #DB997A;
}
</style>
border-color css
<style>
span { border-color: #DB997A; }
span { border-color: rgb(219,153,122); }
td.TdClassName
{
border-color: #DB997A;
}
.TagClassName
{
border-color: #DB997A;
}
</style>