Shades of Feldspar #D99475
Tints of Feldspar #D99475
RGB
CMYK
RGB Variations
Color information
#D99475 (or 0xD99475) is known color: Feldspar. HEX triplet: D9, 94 and 75. RGB value is (217,148,117). Sum of RGB (Red+Green+Blue) = 217+148+117=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D99475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99475 is #266B8A. Grayscale: #A5A5A5. Windows color (decimal): -2517899 or 7705817. OLE color: 7705817.
HSL color Cylindrical-coordinate representation of color #D99475: hue angle of 18.6º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D99475 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 148 | 117 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.15 |
| HSL | 18.6º | 0.57% | 0.65% | - |
| HSV(B) | 18.6º | 0.46% | 0.85% | - |
| XYZ | 42.42 | 37.22 | 21.78 | - |
| YUV | 165.1 | 100.86 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 148 | 117 | 0 | 0.32 | 0.46 | 0.15 | 18.6 | 0.57 | 0.65 |
| Hex | D9 | 94 | 75 | 0 | 20 | 2E | F | 13 | 39 | 41 |
| Octal | 331 | 224 | 165 | 0 | 40 | 56 | 17 | 23 | 71 | 101 |
| Binary | 11011001 | 10010100 | 1110101 | 0 | 100000 | 101110 | 1111 | 10011 | 111001 | 1000001 |
Color Harmonies of #D99475
Complementary color
Monochromatic Colors of #D99475
Black with #D99475
Text Example
Text Example
White with #D99475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99475; }
p { color: rgb(217,148,117); }
H1.HeaderClassName
{
color: #D99475;
}
.AnyTagClassName
{
color: #D99475;
}
</style>
background-color css
<style>
a { background-color: #D99475; }
a { background-color: rgb(217,148,117); }
div.DivClassName
{
background-color: #D99475;
}
.BgClassName
{
background-color: #D99475;
}
</style>
border-color css
<style>
span { border-color: #D99475; }
span { border-color: rgb(217,148,117); }
td.TdClassName
{
border-color: #D99475;
}
.TagClassName
{
border-color: #D99475;
}
</style>