Shades of Feldspar #D19D78
Tints of Feldspar #D19D78
RGB
CMYK
RGB Variations
Color information
#D19D78 (or 0xD19D78) is known color: Feldspar. HEX triplet: D1, 9D and 78. RGB value is (209,157,120). Sum of RGB (Red+Green+Blue) = 209+157+120=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D19D78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19D78 is #2E6287. Grayscale: #A8A8A8. Windows color (decimal): -3039880 or 7904721. OLE color: 7904721.
HSL color Cylindrical-coordinate representation of color #D19D78: hue angle of 24.94º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D19D78 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 157 | 120 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.18 |
| HSL | 24.94º | 0.49% | 0.65% | - |
| HSV(B) | 24.94º | 0.43% | 0.82% | - |
| XYZ | 41.74 | 39.03 | 23.1 | - |
| YUV | 168.33 | 100.73 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 157 | 120 | 0 | 0.25 | 0.43 | 0.18 | 24.94 | 0.49 | 0.65 |
| Hex | D1 | 9D | 78 | 0 | 19 | 2B | 12 | 19 | 31 | 41 |
| Octal | 321 | 235 | 170 | 0 | 31 | 53 | 22 | 31 | 61 | 101 |
| Binary | 11010001 | 10011101 | 1111000 | 0 | 11001 | 101011 | 10010 | 11001 | 110001 | 1000001 |
Color Harmonies of #D19D78
Complementary color
Monochromatic Colors of #D19D78
Black with #D19D78
Text Example
Text Example
White with #D19D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19D78; }
p { color: rgb(209,157,120); }
H1.HeaderClassName
{
color: #D19D78;
}
.AnyTagClassName
{
color: #D19D78;
}
</style>
background-color css
<style>
a { background-color: #D19D78; }
a { background-color: rgb(209,157,120); }
div.DivClassName
{
background-color: #D19D78;
}
.BgClassName
{
background-color: #D19D78;
}
</style>
border-color css
<style>
span { border-color: #D19D78; }
span { border-color: rgb(209,157,120); }
td.TdClassName
{
border-color: #D19D78;
}
.TagClassName
{
border-color: #D19D78;
}
</style>