Shades of Feldspar #DB997D
Tints of Feldspar #DB997D
RGB
CMYK
RGB Variations
Color information
#DB997D (or 0xDB997D) is known color: Feldspar. HEX triplet: DB, 99 and 7D. RGB value is (219,153,125). Sum of RGB (Red+Green+Blue) = 219+153+125=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB997D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB997D is #246682. Grayscale: #A9A9A9. Windows color (decimal): -2385539 or 8231387. OLE color: 8231387.
HSL color Cylindrical-coordinate representation of color #DB997D: hue angle of 17.87º 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 #DB997D is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 125 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.14 |
| HSL | 17.87º | 0.57% | 0.67% | - |
| HSV(B) | 17.87º | 0.43% | 0.86% | - |
| XYZ | 44.31 | 39.32 | 24.66 | - |
| YUV | 169.54 | 102.87 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 125 | 0 | 0.30 | 0.43 | 0.14 | 17.87 | 0.57 | 0.67 |
| Hex | DB | 99 | 7D | 0 | 1E | 2B | E | 12 | 39 | 43 |
| Octal | 333 | 231 | 175 | 0 | 36 | 53 | 16 | 22 | 71 | 103 |
| Binary | 11011011 | 10011001 | 1111101 | 0 | 11110 | 101011 | 1110 | 10010 | 111001 | 1000011 |
Color Harmonies of #DB997D
Complementary color
Monochromatic Colors of #DB997D
Black with #DB997D
Text Example
Text Example
White with #DB997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB997D; }
p { color: rgb(219,153,125); }
H1.HeaderClassName
{
color: #DB997D;
}
.AnyTagClassName
{
color: #DB997D;
}
</style>
background-color css
<style>
a { background-color: #DB997D; }
a { background-color: rgb(219,153,125); }
div.DivClassName
{
background-color: #DB997D;
}
.BgClassName
{
background-color: #DB997D;
}
</style>
border-color css
<style>
span { border-color: #DB997D; }
span { border-color: rgb(219,153,125); }
td.TdClassName
{
border-color: #DB997D;
}
.TagClassName
{
border-color: #DB997D;
}
</style>