Shades of Feldspar #DB9A75
Tints of Feldspar #DB9A75
RGB
CMYK
RGB Variations
Color information
#DB9A75 (or 0xDB9A75) is known color: Feldspar. HEX triplet: DB, 9A and 75. RGB value is (219,154,117). Sum of RGB (Red+Green+Blue) = 219+154+117=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9A75 is #24658A. Grayscale: #A9A9A9. Windows color (decimal): -2385291 or 7707355. OLE color: 7707355.
HSL color Cylindrical-coordinate representation of color #DB9A75: hue angle of 21.76º 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 #DB9A75 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 117 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.14 |
| HSL | 21.76º | 0.59% | 0.66% | - |
| HSV(B) | 21.76º | 0.47% | 0.86% | - |
| XYZ | 43.98 | 39.46 | 22.13 | - |
| YUV | 169.22 | 98.53 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 117 | 0 | 0.30 | 0.47 | 0.14 | 21.76 | 0.59 | 0.66 |
| Hex | DB | 9A | 75 | 0 | 1E | 2F | E | 16 | 3B | 42 |
| Octal | 333 | 232 | 165 | 0 | 36 | 57 | 16 | 26 | 73 | 102 |
| Binary | 11011011 | 10011010 | 1110101 | 0 | 11110 | 101111 | 1110 | 10110 | 111011 | 1000010 |
Color Harmonies of #DB9A75
Complementary color
Monochromatic Colors of #DB9A75
Black with #DB9A75
Text Example
Text Example
White with #DB9A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9A75; }
p { color: rgb(219,154,117); }
H1.HeaderClassName
{
color: #DB9A75;
}
.AnyTagClassName
{
color: #DB9A75;
}
</style>
background-color css
<style>
a { background-color: #DB9A75; }
a { background-color: rgb(219,154,117); }
div.DivClassName
{
background-color: #DB9A75;
}
.BgClassName
{
background-color: #DB9A75;
}
</style>
border-color css
<style>
span { border-color: #DB9A75; }
span { border-color: rgb(219,154,117); }
td.TdClassName
{
border-color: #DB9A75;
}
.TagClassName
{
border-color: #DB9A75;
}
</style>