Shades of Feldspar #D99A76
Tints of Feldspar #D99A76
RGB
CMYK
RGB Variations
Color information
#D99A76 (or 0xD99A76) is known color: Feldspar. HEX triplet: D9, 9A and 76. RGB value is (217,154,118). Sum of RGB (Red+Green+Blue) = 217+154+118=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 118 (46.48% from 255 or 24.13% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99A76 is #266589. Grayscale: #A8A8A8. Windows color (decimal): -2516362 or 7772889. OLE color: 7772889.
HSL color Cylindrical-coordinate representation of color #D99A76: hue angle of 21.82º 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 #D99A76 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 118 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.15 |
| HSL | 21.82º | 0.57% | 0.66% | - |
| HSV(B) | 21.82º | 0.46% | 0.85% | - |
| XYZ | 43.44 | 39.17 | 22.41 | - |
| YUV | 168.73 | 99.37 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 118 | 0 | 0.29 | 0.46 | 0.15 | 21.82 | 0.57 | 0.66 |
| Hex | D9 | 9A | 76 | 0 | 1D | 2E | F | 16 | 39 | 42 |
| Octal | 331 | 232 | 166 | 0 | 35 | 56 | 17 | 26 | 71 | 102 |
| Binary | 11011001 | 10011010 | 1110110 | 0 | 11101 | 101110 | 1111 | 10110 | 111001 | 1000010 |
Color Harmonies of #D99A76
Complementary color
Monochromatic Colors of #D99A76
Black with #D99A76
Text Example
Text Example
White with #D99A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99A76; }
p { color: rgb(217,154,118); }
H1.HeaderClassName
{
color: #D99A76;
}
.AnyTagClassName
{
color: #D99A76;
}
</style>
background-color css
<style>
a { background-color: #D99A76; }
a { background-color: rgb(217,154,118); }
div.DivClassName
{
background-color: #D99A76;
}
.BgClassName
{
background-color: #D99A76;
}
</style>
border-color css
<style>
span { border-color: #D99A76; }
span { border-color: rgb(217,154,118); }
td.TdClassName
{
border-color: #D99A76;
}
.TagClassName
{
border-color: #D99A76;
}
</style>