Shades of Feldspar #DB997B
Tints of Feldspar #DB997B
RGB
CMYK
RGB Variations
Color information
#DB997B (or 0xDB997B) is known color: Feldspar. HEX triplet: DB, 99 and 7B. RGB value is (219,153,123). Sum of RGB (Red+Green+Blue) = 219+153+123=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB997B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB997B is #246684. Grayscale: #A9A9A9. Windows color (decimal): -2385541 or 8100315. OLE color: 8100315.
HSL color Cylindrical-coordinate representation of color #DB997B: hue angle of 18.75º 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 #DB997B is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 123 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.14 |
| HSL | 18.75º | 0.57% | 0.67% | - |
| HSV(B) | 18.75º | 0.44% | 0.86% | - |
| XYZ | 44.18 | 39.27 | 23.99 | - |
| YUV | 169.31 | 101.87 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 123 | 0 | 0.30 | 0.44 | 0.14 | 18.75 | 0.57 | 0.67 |
| Hex | DB | 99 | 7B | 0 | 1E | 2C | E | 13 | 39 | 43 |
| Octal | 333 | 231 | 173 | 0 | 36 | 54 | 16 | 23 | 71 | 103 |
| Binary | 11011011 | 10011001 | 1111011 | 0 | 11110 | 101100 | 1110 | 10011 | 111001 | 1000011 |
Color Harmonies of #DB997B
Complementary color
Monochromatic Colors of #DB997B
Black with #DB997B
Text Example
Text Example
White with #DB997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB997B; }
p { color: rgb(219,153,123); }
H1.HeaderClassName
{
color: #DB997B;
}
.AnyTagClassName
{
color: #DB997B;
}
</style>
background-color css
<style>
a { background-color: #DB997B; }
a { background-color: rgb(219,153,123); }
div.DivClassName
{
background-color: #DB997B;
}
.BgClassName
{
background-color: #DB997B;
}
</style>
border-color css
<style>
span { border-color: #DB997B; }
span { border-color: rgb(219,153,123); }
td.TdClassName
{
border-color: #DB997B;
}
.TagClassName
{
border-color: #DB997B;
}
</style>