Shades of Feldspar #D99D72
Tints of Feldspar #D99D72
RGB
CMYK
RGB Variations
Color information
#D99D72 (or 0xD99D72) is known color: Feldspar. HEX triplet: D9, 9D and 72. RGB value is (217,157,114). Sum of RGB (Red+Green+Blue) = 217+157+114=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99D72 is #26628D. Grayscale: #AAAAAA. Windows color (decimal): -2515598 or 7511513. OLE color: 7511513.
HSL color Cylindrical-coordinate representation of color #D99D72: hue angle of 25.05º 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 #D99D72 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 114 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.15 |
| HSL | 25.05º | 0.58% | 0.65% | - |
| HSV(B) | 25.05º | 0.47% | 0.85% | - |
| XYZ | 43.71 | 40.08 | 21.35 | - |
| YUV | 170.04 | 96.38 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 114 | 0 | 0.28 | 0.47 | 0.15 | 25.05 | 0.58 | 0.65 |
| Hex | D9 | 9D | 72 | 0 | 1C | 2F | F | 19 | 3A | 41 |
| Octal | 331 | 235 | 162 | 0 | 34 | 57 | 17 | 31 | 72 | 101 |
| Binary | 11011001 | 10011101 | 1110010 | 0 | 11100 | 101111 | 1111 | 11001 | 111010 | 1000001 |
Color Harmonies of #D99D72
Complementary color
Monochromatic Colors of #D99D72
Black with #D99D72
Text Example
Text Example
White with #D99D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99D72; }
p { color: rgb(217,157,114); }
H1.HeaderClassName
{
color: #D99D72;
}
.AnyTagClassName
{
color: #D99D72;
}
</style>
background-color css
<style>
a { background-color: #D99D72; }
a { background-color: rgb(217,157,114); }
div.DivClassName
{
background-color: #D99D72;
}
.BgClassName
{
background-color: #D99D72;
}
</style>
border-color css
<style>
span { border-color: #D99D72; }
span { border-color: rgb(217,157,114); }
td.TdClassName
{
border-color: #D99D72;
}
.TagClassName
{
border-color: #D99D72;
}
</style>