Shades of Feldspar #DB986D
Tints of Feldspar #DB986D
RGB
CMYK
RGB Variations
Color information
#DB986D (or 0xDB986D) is known color: Feldspar. HEX triplet: DB, 98 and 6D. RGB value is (219,152,109). Sum of RGB (Red+Green+Blue) = 219+152+109=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB986D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB986D is #246792. Grayscale: #A7A7A7. Windows color (decimal): -2385811 or 7182555. OLE color: 7182555.
HSL color Cylindrical-coordinate representation of color #DB986D: hue angle of 23.45º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB986D is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 109 | - |
| CMYK | 0 | 0.31 | 0.50 | 0.14 |
| HSL | 23.45º | 0.6% | 0.64% | - |
| HSV(B) | 23.45º | 0.5% | 0.86% | - |
| XYZ | 43.2 | 38.62 | 19.65 | - |
| YUV | 167.13 | 95.2 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 109 | 0 | 0.31 | 0.50 | 0.14 | 23.45 | 0.6 | 0.64 |
| Hex | DB | 98 | 6D | 0 | 1F | 32 | E | 17 | 3C | 40 |
| Octal | 333 | 230 | 155 | 0 | 37 | 62 | 16 | 27 | 74 | 100 |
| Binary | 11011011 | 10011000 | 1101101 | 0 | 11111 | 110010 | 1110 | 10111 | 111100 | 1000000 |
Color Harmonies of #DB986D
Complementary color
Monochromatic Colors of #DB986D
Black with #DB986D
Text Example
Text Example
White with #DB986D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB986D; }
p { color: rgb(219,152,109); }
H1.HeaderClassName
{
color: #DB986D;
}
.AnyTagClassName
{
color: #DB986D;
}
</style>
background-color css
<style>
a { background-color: #DB986D; }
a { background-color: rgb(219,152,109); }
div.DivClassName
{
background-color: #DB986D;
}
.BgClassName
{
background-color: #DB986D;
}
</style>
border-color css
<style>
span { border-color: #DB986D; }
span { border-color: rgb(219,152,109); }
td.TdClassName
{
border-color: #DB986D;
}
.TagClassName
{
border-color: #DB986D;
}
</style>