Shades of Feldspar #D99B76
Tints of Feldspar #D99B76
RGB
CMYK
RGB Variations
Color information
#D99B76 (or 0xD99B76) is known color: Feldspar. HEX triplet: D9, 9B and 76. RGB value is (217,155,118). Sum of RGB (Red+Green+Blue) = 217+155+118=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D99B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99B76 is #266489. Grayscale: #A9A9A9. Windows color (decimal): -2516106 or 7773145. OLE color: 7773145.
HSL color Cylindrical-coordinate representation of color #D99B76: hue angle of 22.42º 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 #D99B76 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 155 | 118 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.15 |
| HSL | 22.42º | 0.57% | 0.66% | - |
| HSV(B) | 22.42º | 0.46% | 0.85% | - |
| XYZ | 43.61 | 39.5 | 22.47 | - |
| YUV | 169.32 | 99.04 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 118 | 0 | 0.29 | 0.46 | 0.15 | 22.42 | 0.57 | 0.66 |
| Hex | D9 | 9B | 76 | 0 | 1D | 2E | F | 16 | 39 | 42 |
| Octal | 331 | 233 | 166 | 0 | 35 | 56 | 17 | 26 | 71 | 102 |
| Binary | 11011001 | 10011011 | 1110110 | 0 | 11101 | 101110 | 1111 | 10110 | 111001 | 1000010 |
Color Harmonies of #D99B76
Complementary color
Monochromatic Colors of #D99B76
Black with #D99B76
Text Example
Text Example
White with #D99B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99B76; }
p { color: rgb(217,155,118); }
H1.HeaderClassName
{
color: #D99B76;
}
.AnyTagClassName
{
color: #D99B76;
}
</style>
background-color css
<style>
a { background-color: #D99B76; }
a { background-color: rgb(217,155,118); }
div.DivClassName
{
background-color: #D99B76;
}
.BgClassName
{
background-color: #D99B76;
}
</style>
border-color css
<style>
span { border-color: #D99B76; }
span { border-color: rgb(217,155,118); }
td.TdClassName
{
border-color: #D99B76;
}
.TagClassName
{
border-color: #D99B76;
}
</style>