Shades of Feldspar #D99D71
Tints of Feldspar #D99D71
RGB
CMYK
RGB Variations
Color information
#D99D71 (or 0xD99D71) is known color: Feldspar. HEX triplet: D9, 9D and 71. RGB value is (217,157,113). Sum of RGB (Red+Green+Blue) = 217+157+113=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99D71 is #26628E. Grayscale: #AAAAAA. Windows color (decimal): -2515599 or 7445977. OLE color: 7445977.
HSL color Cylindrical-coordinate representation of color #D99D71: hue angle of 25.38º 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 #D99D71 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 113 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.15 |
| HSL | 25.38º | 0.58% | 0.65% | - |
| HSV(B) | 25.38º | 0.48% | 0.85% | - |
| XYZ | 43.65 | 40.06 | 21.05 | - |
| YUV | 169.92 | 95.88 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 113 | 0 | 0.28 | 0.48 | 0.15 | 25.38 | 0.58 | 0.65 |
| Hex | D9 | 9D | 71 | 0 | 1C | 30 | F | 19 | 3A | 41 |
| Octal | 331 | 235 | 161 | 0 | 34 | 60 | 17 | 31 | 72 | 101 |
| Binary | 11011001 | 10011101 | 1110001 | 0 | 11100 | 110000 | 1111 | 11001 | 111010 | 1000001 |
Color Harmonies of #D99D71
Complementary color
Monochromatic Colors of #D99D71
Black with #D99D71
Text Example
Text Example
White with #D99D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99D71; }
p { color: rgb(217,157,113); }
H1.HeaderClassName
{
color: #D99D71;
}
.AnyTagClassName
{
color: #D99D71;
}
</style>
background-color css
<style>
a { background-color: #D99D71; }
a { background-color: rgb(217,157,113); }
div.DivClassName
{
background-color: #D99D71;
}
.BgClassName
{
background-color: #D99D71;
}
</style>
border-color css
<style>
span { border-color: #D99D71; }
span { border-color: rgb(217,157,113); }
td.TdClassName
{
border-color: #D99D71;
}
.TagClassName
{
border-color: #D99D71;
}
</style>