Shades of Feldspar #D99470
Tints of Feldspar #D99470
RGB
CMYK
RGB Variations
Color information
#D99470 (or 0xD99470) is known color: Feldspar. HEX triplet: D9, 94 and 70. RGB value is (217,148,112). Sum of RGB (Red+Green+Blue) = 217+148+112=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D99470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99470 is #266B8F. Grayscale: #A4A4A4. Windows color (decimal): -2517904 or 7378137. OLE color: 7378137.
HSL color Cylindrical-coordinate representation of color #D99470: hue angle of 20.57º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D99470 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 148 | 112 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.15 |
| HSL | 20.57º | 0.58% | 0.65% | - |
| HSV(B) | 20.57º | 0.48% | 0.85% | - |
| XYZ | 42.13 | 37.1 | 20.27 | - |
| YUV | 164.53 | 98.36 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 148 | 112 | 0 | 0.32 | 0.48 | 0.15 | 20.57 | 0.58 | 0.65 |
| Hex | D9 | 94 | 70 | 0 | 20 | 30 | F | 15 | 3A | 41 |
| Octal | 331 | 224 | 160 | 0 | 40 | 60 | 17 | 25 | 72 | 101 |
| Binary | 11011001 | 10010100 | 1110000 | 0 | 100000 | 110000 | 1111 | 10101 | 111010 | 1000001 |
Color Harmonies of #D99470
Complementary color
Monochromatic Colors of #D99470
Black with #D99470
Text Example
Text Example
White with #D99470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99470; }
p { color: rgb(217,148,112); }
H1.HeaderClassName
{
color: #D99470;
}
.AnyTagClassName
{
color: #D99470;
}
</style>
background-color css
<style>
a { background-color: #D99470; }
a { background-color: rgb(217,148,112); }
div.DivClassName
{
background-color: #D99470;
}
.BgClassName
{
background-color: #D99470;
}
</style>
border-color css
<style>
span { border-color: #D99470; }
span { border-color: rgb(217,148,112); }
td.TdClassName
{
border-color: #D99470;
}
.TagClassName
{
border-color: #D99470;
}
</style>