Shades of Feldspar #D99776
Tints of Feldspar #D99776
RGB
CMYK
RGB Variations
Color information
#D99776 (or 0xD99776) is known color: Feldspar. HEX triplet: D9, 97 and 76. RGB value is (217,151,118). Sum of RGB (Red+Green+Blue) = 217+151+118=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D99776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99776 is #266889. Grayscale: #A7A7A7. Windows color (decimal): -2517130 or 7772121. OLE color: 7772121.
HSL color Cylindrical-coordinate representation of color #D99776: hue angle of 20º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D99776 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 151 | 118 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.15 |
| HSL | 20º | 0.57% | 0.66% | - |
| HSV(B) | 20º | 0.46% | 0.85% | - |
| XYZ | 42.95 | 38.19 | 22.25 | - |
| YUV | 166.97 | 100.37 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 118 | 0 | 0.30 | 0.46 | 0.15 | 20 | 0.57 | 0.66 |
| Hex | D9 | 97 | 76 | 0 | 1E | 2E | F | 14 | 39 | 42 |
| Octal | 331 | 227 | 166 | 0 | 36 | 56 | 17 | 24 | 71 | 102 |
| Binary | 11011001 | 10010111 | 1110110 | 0 | 11110 | 101110 | 1111 | 10100 | 111001 | 1000010 |
Color Harmonies of #D99776
Complementary color
Monochromatic Colors of #D99776
Black with #D99776
Text Example
Text Example
White with #D99776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99776; }
p { color: rgb(217,151,118); }
H1.HeaderClassName
{
color: #D99776;
}
.AnyTagClassName
{
color: #D99776;
}
</style>
background-color css
<style>
a { background-color: #D99776; }
a { background-color: rgb(217,151,118); }
div.DivClassName
{
background-color: #D99776;
}
.BgClassName
{
background-color: #D99776;
}
</style>
border-color css
<style>
span { border-color: #D99776; }
span { border-color: rgb(217,151,118); }
td.TdClassName
{
border-color: #D99776;
}
.TagClassName
{
border-color: #D99776;
}
</style>