Shades of Feldspar #D99876
Tints of Feldspar #D99876
RGB
CMYK
RGB Variations
Color information
#D99876 (or 0xD99876) is known color: Feldspar. HEX triplet: D9, 98 and 76. RGB value is (217,152,118). Sum of RGB (Red+Green+Blue) = 217+152+118=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D99876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99876 is #266789. Grayscale: #A7A7A7. Windows color (decimal): -2516874 or 7772377. OLE color: 7772377.
HSL color Cylindrical-coordinate representation of color #D99876: hue angle of 20.61º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D99876 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 152 | 118 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.15 |
| HSL | 20.61º | 0.57% | 0.66% | - |
| HSV(B) | 20.61º | 0.46% | 0.85% | - |
| XYZ | 43.11 | 38.52 | 22.3 | - |
| YUV | 167.56 | 100.03 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 152 | 118 | 0 | 0.30 | 0.46 | 0.15 | 20.61 | 0.57 | 0.66 |
| Hex | D9 | 98 | 76 | 0 | 1E | 2E | F | 15 | 39 | 42 |
| Octal | 331 | 230 | 166 | 0 | 36 | 56 | 17 | 25 | 71 | 102 |
| Binary | 11011001 | 10011000 | 1110110 | 0 | 11110 | 101110 | 1111 | 10101 | 111001 | 1000010 |
Color Harmonies of #D99876
Complementary color
Monochromatic Colors of #D99876
Black with #D99876
Text Example
Text Example
White with #D99876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99876; }
p { color: rgb(217,152,118); }
H1.HeaderClassName
{
color: #D99876;
}
.AnyTagClassName
{
color: #D99876;
}
</style>
background-color css
<style>
a { background-color: #D99876; }
a { background-color: rgb(217,152,118); }
div.DivClassName
{
background-color: #D99876;
}
.BgClassName
{
background-color: #D99876;
}
</style>
border-color css
<style>
span { border-color: #D99876; }
span { border-color: rgb(217,152,118); }
td.TdClassName
{
border-color: #D99876;
}
.TagClassName
{
border-color: #D99876;
}
</style>