Shades of Feldspar #D99978
Tints of Feldspar #D99978
RGB
CMYK
RGB Variations
Color information
#D99978 (or 0xD99978) is known color: Feldspar. HEX triplet: D9, 99 and 78. RGB value is (217,153,120). Sum of RGB (Red+Green+Blue) = 217+153+120=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D99978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99978 is #266687. Grayscale: #A8A8A8. Windows color (decimal): -2516616 or 7903705. OLE color: 7903705.
HSL color Cylindrical-coordinate representation of color #D99978: hue angle of 20.41º 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 #D99978 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 153 | 120 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.15 |
| HSL | 20.41º | 0.56% | 0.66% | - |
| HSV(B) | 20.41º | 0.45% | 0.85% | - |
| XYZ | 43.4 | 38.89 | 22.99 | - |
| YUV | 168.37 | 100.7 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 153 | 120 | 0 | 0.29 | 0.45 | 0.15 | 20.41 | 0.56 | 0.66 |
| Hex | D9 | 99 | 78 | 0 | 1D | 2D | F | 14 | 38 | 42 |
| Octal | 331 | 231 | 170 | 0 | 35 | 55 | 17 | 24 | 70 | 102 |
| Binary | 11011001 | 10011001 | 1111000 | 0 | 11101 | 101101 | 1111 | 10100 | 111000 | 1000010 |
Color Harmonies of #D99978
Complementary color
Monochromatic Colors of #D99978
Black with #D99978
Text Example
Text Example
White with #D99978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99978; }
p { color: rgb(217,153,120); }
H1.HeaderClassName
{
color: #D99978;
}
.AnyTagClassName
{
color: #D99978;
}
</style>
background-color css
<style>
a { background-color: #D99978; }
a { background-color: rgb(217,153,120); }
div.DivClassName
{
background-color: #D99978;
}
.BgClassName
{
background-color: #D99978;
}
</style>
border-color css
<style>
span { border-color: #D99978; }
span { border-color: rgb(217,153,120); }
td.TdClassName
{
border-color: #D99978;
}
.TagClassName
{
border-color: #D99978;
}
</style>