Shades of Feldspar #DB9975
Tints of Feldspar #DB9975
RGB
CMYK
RGB Variations
Color information
#DB9975 (or 0xDB9975) is known color: Feldspar. HEX triplet: DB, 99 and 75. RGB value is (219,153,117). Sum of RGB (Red+Green+Blue) = 219+153+117=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9975 is #24668A. Grayscale: #A8A8A8. Windows color (decimal): -2385547 or 7707099. OLE color: 7707099.
HSL color Cylindrical-coordinate representation of color #DB9975: hue angle of 21.18º 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 #DB9975 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 117 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.14 |
| HSL | 21.18º | 0.59% | 0.66% | - |
| HSV(B) | 21.18º | 0.47% | 0.86% | - |
| XYZ | 43.82 | 39.13 | 22.07 | - |
| YUV | 168.63 | 98.87 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 117 | 0 | 0.30 | 0.47 | 0.14 | 21.18 | 0.59 | 0.66 |
| Hex | DB | 99 | 75 | 0 | 1E | 2F | E | 15 | 3B | 42 |
| Octal | 333 | 231 | 165 | 0 | 36 | 57 | 16 | 25 | 73 | 102 |
| Binary | 11011011 | 10011001 | 1110101 | 0 | 11110 | 101111 | 1110 | 10101 | 111011 | 1000010 |
Color Harmonies of #DB9975
Complementary color
Monochromatic Colors of #DB9975
Black with #DB9975
Text Example
Text Example
White with #DB9975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9975; }
p { color: rgb(219,153,117); }
H1.HeaderClassName
{
color: #DB9975;
}
.AnyTagClassName
{
color: #DB9975;
}
</style>
background-color css
<style>
a { background-color: #DB9975; }
a { background-color: rgb(219,153,117); }
div.DivClassName
{
background-color: #DB9975;
}
.BgClassName
{
background-color: #DB9975;
}
</style>
border-color css
<style>
span { border-color: #DB9975; }
span { border-color: rgb(219,153,117); }
td.TdClassName
{
border-color: #DB9975;
}
.TagClassName
{
border-color: #DB9975;
}
</style>