Shades of Feldspar #D99780
Tints of Feldspar #D99780
RGB
CMYK
RGB Variations
Color information
#D99780 (or 0xD99780) is known color: Feldspar. HEX triplet: D9, 97 and 80. RGB value is (217,151,128). Sum of RGB (Red+Green+Blue) = 217+151+128=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 128 (50.39% from 255 or 25.81% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D99780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99780 is #26687F. Grayscale: #A8A8A8. Windows color (decimal): -2517120 or 8427481. OLE color: 8427481.
HSL color Cylindrical-coordinate representation of color #D99780: hue angle of 15.51º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D99780 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 151 | 128 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.15 |
| HSL | 15.51º | 0.54% | 0.68% | - |
| HSV(B) | 15.51º | 0.41% | 0.85% | - |
| XYZ | 43.58 | 38.44 | 25.55 | - |
| YUV | 168.11 | 105.37 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 128 | 0 | 0.30 | 0.41 | 0.15 | 15.51 | 0.54 | 0.68 |
| Hex | D9 | 97 | 80 | 0 | 1E | 29 | F | 10 | 36 | 44 |
| Octal | 331 | 227 | 200 | 0 | 36 | 51 | 17 | 20 | 66 | 104 |
| Binary | 11011001 | 10010111 | 10000000 | 0 | 11110 | 101001 | 1111 | 10000 | 110110 | 1000100 |
Color Harmonies of #D99780
Complementary color
Monochromatic Colors of #D99780
Black with #D99780
Text Example
Text Example
White with #D99780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99780; }
p { color: rgb(217,151,128); }
H1.HeaderClassName
{
color: #D99780;
}
.AnyTagClassName
{
color: #D99780;
}
</style>
background-color css
<style>
a { background-color: #D99780; }
a { background-color: rgb(217,151,128); }
div.DivClassName
{
background-color: #D99780;
}
.BgClassName
{
background-color: #D99780;
}
</style>
border-color css
<style>
span { border-color: #D99780; }
span { border-color: rgb(217,151,128); }
td.TdClassName
{
border-color: #D99780;
}
.TagClassName
{
border-color: #D99780;
}
</style>