Shades of Feldspar #DB987D
Tints of Feldspar #DB987D
RGB
CMYK
RGB Variations
Color information
#DB987D (or 0xDB987D) is known color: Feldspar. HEX triplet: DB, 98 and 7D. RGB value is (219,152,125). Sum of RGB (Red+Green+Blue) = 219+152+125=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 125 (49.22% from 255 or 25.20% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DB987D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB987D is #246782. Grayscale: #A9A9A9. Windows color (decimal): -2385795 or 8231131. OLE color: 8231131.
HSL color Cylindrical-coordinate representation of color #DB987D: hue angle of 17.23º 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 #DB987D is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 125 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.14 |
| HSL | 17.23º | 0.57% | 0.67% | - |
| HSV(B) | 17.23º | 0.43% | 0.86% | - |
| XYZ | 44.14 | 39 | 24.6 | - |
| YUV | 168.96 | 103.2 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 125 | 0 | 0.31 | 0.43 | 0.14 | 17.23 | 0.57 | 0.67 |
| Hex | DB | 98 | 7D | 0 | 1F | 2B | E | 11 | 39 | 43 |
| Octal | 333 | 230 | 175 | 0 | 37 | 53 | 16 | 21 | 71 | 103 |
| Binary | 11011011 | 10011000 | 1111101 | 0 | 11111 | 101011 | 1110 | 10001 | 111001 | 1000011 |
Color Harmonies of #DB987D
Complementary color
Monochromatic Colors of #DB987D
Black with #DB987D
Text Example
Text Example
White with #DB987D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB987D; }
p { color: rgb(219,152,125); }
H1.HeaderClassName
{
color: #DB987D;
}
.AnyTagClassName
{
color: #DB987D;
}
</style>
background-color css
<style>
a { background-color: #DB987D; }
a { background-color: rgb(219,152,125); }
div.DivClassName
{
background-color: #DB987D;
}
.BgClassName
{
background-color: #DB987D;
}
</style>
border-color css
<style>
span { border-color: #DB987D; }
span { border-color: rgb(219,152,125); }
td.TdClassName
{
border-color: #DB987D;
}
.TagClassName
{
border-color: #DB987D;
}
</style>