Shades of Feldspar #D99C78
Tints of Feldspar #D99C78
RGB
CMYK
RGB Variations
Color information
#D99C78 (or 0xD99C78) is known color: Feldspar. HEX triplet: D9, 9C and 78. RGB value is (217,156,120). Sum of RGB (Red+Green+Blue) = 217+156+120=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99C78 is #266387. Grayscale: #AAAAAA. Windows color (decimal): -2515848 or 7904473. OLE color: 7904473.
HSL color Cylindrical-coordinate representation of color #D99C78: hue angle of 22.27º 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 #D99C78 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 156 | 120 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.15 |
| HSL | 22.27º | 0.56% | 0.66% | - |
| HSV(B) | 22.27º | 0.45% | 0.85% | - |
| XYZ | 43.89 | 39.88 | 23.15 | - |
| YUV | 170.14 | 99.71 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 156 | 120 | 0 | 0.28 | 0.45 | 0.15 | 22.27 | 0.56 | 0.66 |
| Hex | D9 | 9C | 78 | 0 | 1C | 2D | F | 16 | 38 | 42 |
| Octal | 331 | 234 | 170 | 0 | 34 | 55 | 17 | 26 | 70 | 102 |
| Binary | 11011001 | 10011100 | 1111000 | 0 | 11100 | 101101 | 1111 | 10110 | 111000 | 1000010 |
Color Harmonies of #D99C78
Complementary color
Monochromatic Colors of #D99C78
Black with #D99C78
Text Example
Text Example
White with #D99C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99C78; }
p { color: rgb(217,156,120); }
H1.HeaderClassName
{
color: #D99C78;
}
.AnyTagClassName
{
color: #D99C78;
}
</style>
background-color css
<style>
a { background-color: #D99C78; }
a { background-color: rgb(217,156,120); }
div.DivClassName
{
background-color: #D99C78;
}
.BgClassName
{
background-color: #D99C78;
}
</style>
border-color css
<style>
span { border-color: #D99C78; }
span { border-color: rgb(217,156,120); }
td.TdClassName
{
border-color: #D99C78;
}
.TagClassName
{
border-color: #D99C78;
}
</style>