Shades of Feldspar #DB997C
Tints of Feldspar #DB997C
RGB
CMYK
RGB Variations
Color information
#DB997C (or 0xDB997C) is known color: Feldspar. HEX triplet: DB, 99 and 7C. RGB value is (219,153,124). Sum of RGB (Red+Green+Blue) = 219+153+124=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DB997C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB997C is #246683. Grayscale: #A9A9A9. Windows color (decimal): -2385540 or 8165851. OLE color: 8165851.
HSL color Cylindrical-coordinate representation of color #DB997C: hue angle of 18.32º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB997C is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 124 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.14 |
| HSL | 18.32º | 0.57% | 0.67% | - |
| HSV(B) | 18.32º | 0.43% | 0.86% | - |
| XYZ | 44.24 | 39.3 | 24.32 | - |
| YUV | 169.43 | 102.37 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 124 | 0 | 0.30 | 0.43 | 0.14 | 18.32 | 0.57 | 0.67 |
| Hex | DB | 99 | 7C | 0 | 1E | 2B | E | 12 | 39 | 43 |
| Octal | 333 | 231 | 174 | 0 | 36 | 53 | 16 | 22 | 71 | 103 |
| Binary | 11011011 | 10011001 | 1111100 | 0 | 11110 | 101011 | 1110 | 10010 | 111001 | 1000011 |
Color Harmonies of #DB997C
Complementary color
Monochromatic Colors of #DB997C
Black with #DB997C
Text Example
Text Example
White with #DB997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB997C; }
p { color: rgb(219,153,124); }
H1.HeaderClassName
{
color: #DB997C;
}
.AnyTagClassName
{
color: #DB997C;
}
</style>
background-color css
<style>
a { background-color: #DB997C; }
a { background-color: rgb(219,153,124); }
div.DivClassName
{
background-color: #DB997C;
}
.BgClassName
{
background-color: #DB997C;
}
</style>
border-color css
<style>
span { border-color: #DB997C; }
span { border-color: rgb(219,153,124); }
td.TdClassName
{
border-color: #DB997C;
}
.TagClassName
{
border-color: #DB997C;
}
</style>