Shades of Feldspar #D99372
Tints of Feldspar #D99372
RGB
CMYK
RGB Variations
Color information
#D99372 (or 0xD99372) is known color: Feldspar. HEX triplet: D9, 93 and 72. RGB value is (217,147,114). Sum of RGB (Red+Green+Blue) = 217+147+114=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D99372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99372 is #266C8D. Grayscale: #A4A4A4. Windows color (decimal): -2518158 or 7508953. OLE color: 7508953.
HSL color Cylindrical-coordinate representation of color #D99372: hue angle of 19.22º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D99372 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 147 | 114 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.15 |
| HSL | 19.22º | 0.58% | 0.65% | - |
| HSV(B) | 19.22º | 0.47% | 0.85% | - |
| XYZ | 42.09 | 36.83 | 20.81 | - |
| YUV | 164.17 | 99.69 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 147 | 114 | 0 | 0.32 | 0.47 | 0.15 | 19.22 | 0.58 | 0.65 |
| Hex | D9 | 93 | 72 | 0 | 20 | 2F | F | 13 | 3A | 41 |
| Octal | 331 | 223 | 162 | 0 | 40 | 57 | 17 | 23 | 72 | 101 |
| Binary | 11011001 | 10010011 | 1110010 | 0 | 100000 | 101111 | 1111 | 10011 | 111010 | 1000001 |
Color Harmonies of #D99372
Complementary color
Monochromatic Colors of #D99372
Black with #D99372
Text Example
Text Example
White with #D99372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99372; }
p { color: rgb(217,147,114); }
H1.HeaderClassName
{
color: #D99372;
}
.AnyTagClassName
{
color: #D99372;
}
</style>
background-color css
<style>
a { background-color: #D99372; }
a { background-color: rgb(217,147,114); }
div.DivClassName
{
background-color: #D99372;
}
.BgClassName
{
background-color: #D99372;
}
</style>
border-color css
<style>
span { border-color: #D99372; }
span { border-color: rgb(217,147,114); }
td.TdClassName
{
border-color: #D99372;
}
.TagClassName
{
border-color: #D99372;
}
</style>