Shades of Feldspar #D99376
Tints of Feldspar #D99376
RGB
CMYK
RGB Variations
Color information
#D99376 (or 0xD99376) is known color: Feldspar. HEX triplet: D9, 93 and 76. RGB value is (217,147,118). Sum of RGB (Red+Green+Blue) = 217+147+118=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D99376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99376 is #266C89. Grayscale: #A4A4A4. Windows color (decimal): -2518154 or 7771097. OLE color: 7771097.
HSL color Cylindrical-coordinate representation of color #D99376: hue angle of 17.58º 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 #D99376 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 147 | 118 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.15 |
| HSL | 17.58º | 0.57% | 0.66% | - |
| HSV(B) | 17.58º | 0.46% | 0.85% | - |
| XYZ | 42.32 | 36.93 | 22.04 | - |
| YUV | 164.62 | 101.69 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 147 | 118 | 0 | 0.32 | 0.46 | 0.15 | 17.58 | 0.57 | 0.66 |
| Hex | D9 | 93 | 76 | 0 | 20 | 2E | F | 12 | 39 | 42 |
| Octal | 331 | 223 | 166 | 0 | 40 | 56 | 17 | 22 | 71 | 102 |
| Binary | 11011001 | 10010011 | 1110110 | 0 | 100000 | 101110 | 1111 | 10010 | 111001 | 1000010 |
Color Harmonies of #D99376
Complementary color
Monochromatic Colors of #D99376
Black with #D99376
Text Example
Text Example
White with #D99376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99376; }
p { color: rgb(217,147,118); }
H1.HeaderClassName
{
color: #D99376;
}
.AnyTagClassName
{
color: #D99376;
}
</style>
background-color css
<style>
a { background-color: #D99376; }
a { background-color: rgb(217,147,118); }
div.DivClassName
{
background-color: #D99376;
}
.BgClassName
{
background-color: #D99376;
}
</style>
border-color css
<style>
span { border-color: #D99376; }
span { border-color: rgb(217,147,118); }
td.TdClassName
{
border-color: #D99376;
}
.TagClassName
{
border-color: #D99376;
}
</style>