Shades of Feldspar #DB9974
Tints of Feldspar #DB9974
RGB
CMYK
RGB Variations
Color information
#DB9974 (or 0xDB9974) is known color: Feldspar. HEX triplet: DB, 99 and 74. RGB value is (219,153,116). Sum of RGB (Red+Green+Blue) = 219+153+116=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9974 is #24668B. Grayscale: #A8A8A8. Windows color (decimal): -2385548 or 7641563. OLE color: 7641563.
HSL color Cylindrical-coordinate representation of color #DB9974: hue angle of 21.55º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB9974 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 116 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.14 |
| HSL | 21.55º | 0.59% | 0.66% | - |
| HSV(B) | 21.55º | 0.47% | 0.86% | - |
| XYZ | 43.76 | 39.1 | 21.76 | - |
| YUV | 168.52 | 98.37 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 116 | 0 | 0.30 | 0.47 | 0.14 | 21.55 | 0.59 | 0.66 |
| Hex | DB | 99 | 74 | 0 | 1E | 2F | E | 16 | 3B | 42 |
| Octal | 333 | 231 | 164 | 0 | 36 | 57 | 16 | 26 | 73 | 102 |
| Binary | 11011011 | 10011001 | 1110100 | 0 | 11110 | 101111 | 1110 | 10110 | 111011 | 1000010 |
Color Harmonies of #DB9974
Complementary color
Monochromatic Colors of #DB9974
Black with #DB9974
Text Example
Text Example
White with #DB9974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9974; }
p { color: rgb(219,153,116); }
H1.HeaderClassName
{
color: #DB9974;
}
.AnyTagClassName
{
color: #DB9974;
}
</style>
background-color css
<style>
a { background-color: #DB9974; }
a { background-color: rgb(219,153,116); }
div.DivClassName
{
background-color: #DB9974;
}
.BgClassName
{
background-color: #DB9974;
}
</style>
border-color css
<style>
span { border-color: #DB9974; }
span { border-color: rgb(219,153,116); }
td.TdClassName
{
border-color: #DB9974;
}
.TagClassName
{
border-color: #DB9974;
}
</style>