Shades of Feldspar #D99D73
Tints of Feldspar #D99D73
RGB
CMYK
RGB Variations
Color information
#D99D73 (or 0xD99D73) is known color: Feldspar. HEX triplet: D9, 9D and 73. RGB value is (217,157,115). Sum of RGB (Red+Green+Blue) = 217+157+115=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99D73 is #26628C. Grayscale: #AAAAAA. Windows color (decimal): -2515597 or 7577049. OLE color: 7577049.
HSL color Cylindrical-coordinate representation of color #D99D73: hue angle of 24.71º degrees, saturation: 0.57, 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 #D99D73 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 115 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.15 |
| HSL | 24.71º | 0.57% | 0.65% | - |
| HSV(B) | 24.71º | 0.47% | 0.85% | - |
| XYZ | 43.77 | 40.1 | 21.65 | - |
| YUV | 170.15 | 96.88 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 115 | 0 | 0.28 | 0.47 | 0.15 | 24.71 | 0.57 | 0.65 |
| Hex | D9 | 9D | 73 | 0 | 1C | 2F | F | 19 | 39 | 41 |
| Octal | 331 | 235 | 163 | 0 | 34 | 57 | 17 | 31 | 71 | 101 |
| Binary | 11011001 | 10011101 | 1110011 | 0 | 11100 | 101111 | 1111 | 11001 | 111001 | 1000001 |
Color Harmonies of #D99D73
Complementary color
Monochromatic Colors of #D99D73
Black with #D99D73
Text Example
Text Example
White with #D99D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99D73; }
p { color: rgb(217,157,115); }
H1.HeaderClassName
{
color: #D99D73;
}
.AnyTagClassName
{
color: #D99D73;
}
</style>
background-color css
<style>
a { background-color: #D99D73; }
a { background-color: rgb(217,157,115); }
div.DivClassName
{
background-color: #D99D73;
}
.BgClassName
{
background-color: #D99D73;
}
</style>
border-color css
<style>
span { border-color: #D99D73; }
span { border-color: rgb(217,157,115); }
td.TdClassName
{
border-color: #D99D73;
}
.TagClassName
{
border-color: #D99D73;
}
</style>