Shades of Feldspar #D99777
Tints of Feldspar #D99777
RGB
CMYK
RGB Variations
Color information
#D99777 (or 0xD99777) is known color: Feldspar. HEX triplet: D9, 97 and 77. RGB value is (217,151,119). Sum of RGB (Red+Green+Blue) = 217+151+119=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 119 (46.88% from 255 or 24.44% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D99777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99777 is #266888. Grayscale: #A7A7A7. Windows color (decimal): -2517129 or 7837657. OLE color: 7837657.
HSL color Cylindrical-coordinate representation of color #D99777: hue angle of 19.59º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D99777 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 151 | 119 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.15 |
| HSL | 19.59º | 0.56% | 0.66% | - |
| HSV(B) | 19.59º | 0.45% | 0.85% | - |
| XYZ | 43.01 | 38.22 | 22.56 | - |
| YUV | 167.09 | 100.87 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 119 | 0 | 0.30 | 0.45 | 0.15 | 19.59 | 0.56 | 0.66 |
| Hex | D9 | 97 | 77 | 0 | 1E | 2D | F | 14 | 38 | 42 |
| Octal | 331 | 227 | 167 | 0 | 36 | 55 | 17 | 24 | 70 | 102 |
| Binary | 11011001 | 10010111 | 1110111 | 0 | 11110 | 101101 | 1111 | 10100 | 111000 | 1000010 |
Color Harmonies of #D99777
Complementary color
Monochromatic Colors of #D99777
Black with #D99777
Text Example
Text Example
White with #D99777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99777; }
p { color: rgb(217,151,119); }
H1.HeaderClassName
{
color: #D99777;
}
.AnyTagClassName
{
color: #D99777;
}
</style>
background-color css
<style>
a { background-color: #D99777; }
a { background-color: rgb(217,151,119); }
div.DivClassName
{
background-color: #D99777;
}
.BgClassName
{
background-color: #D99777;
}
</style>
border-color css
<style>
span { border-color: #D99777; }
span { border-color: rgb(217,151,119); }
td.TdClassName
{
border-color: #D99777;
}
.TagClassName
{
border-color: #D99777;
}
</style>