Shades of Feldspar #D99176
Tints of Feldspar #D99176
RGB
CMYK
RGB Variations
Color information
#D99176 (or 0xD99176) is known color: Feldspar. HEX triplet: D9, 91 and 76. RGB value is (217,145,118). Sum of RGB (Red+Green+Blue) = 217+145+118=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 145 (57.03% from 255 or 30.21% from 480); Blue value is 118 (46.48% from 255 or 24.58% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D99176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99176 is #266E89. Grayscale: #A3A3A3. Windows color (decimal): -2518666 or 7770585. OLE color: 7770585.
HSL color Cylindrical-coordinate representation of color #D99176: hue angle of 16.36º 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 #D99176 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 145 | 118 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.15 |
| HSL | 16.36º | 0.57% | 0.66% | - |
| HSV(B) | 16.36º | 0.46% | 0.85% | - |
| XYZ | 42.01 | 36.31 | 21.93 | - |
| YUV | 163.45 | 102.35 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 145 | 118 | 0 | 0.33 | 0.46 | 0.15 | 16.36 | 0.57 | 0.66 |
| Hex | D9 | 91 | 76 | 0 | 21 | 2E | F | 10 | 39 | 42 |
| Octal | 331 | 221 | 166 | 0 | 41 | 56 | 17 | 20 | 71 | 102 |
| Binary | 11011001 | 10010001 | 1110110 | 0 | 100001 | 101110 | 1111 | 10000 | 111001 | 1000010 |
Color Harmonies of #D99176
Complementary color
Monochromatic Colors of #D99176
Black with #D99176
Text Example
Text Example
White with #D99176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99176; }
p { color: rgb(217,145,118); }
H1.HeaderClassName
{
color: #D99176;
}
.AnyTagClassName
{
color: #D99176;
}
</style>
background-color css
<style>
a { background-color: #D99176; }
a { background-color: rgb(217,145,118); }
div.DivClassName
{
background-color: #D99176;
}
.BgClassName
{
background-color: #D99176;
}
</style>
border-color css
<style>
span { border-color: #D99176; }
span { border-color: rgb(217,145,118); }
td.TdClassName
{
border-color: #D99176;
}
.TagClassName
{
border-color: #D99176;
}
</style>