Shades of Feldspar #D19975
Tints of Feldspar #D19975
RGB
CMYK
RGB Variations
Color information
#D19975 (or 0xD19975) is known color: Feldspar. HEX triplet: D1, 99 and 75. RGB value is (209,153,117). Sum of RGB (Red+Green+Blue) = 209+153+117=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 209 - color contains mainly: red. Hex color #D19975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19975 is #2E668A. Grayscale: #A5A5A5. Windows color (decimal): -3040907 or 7707089. OLE color: 7707089.
HSL color Cylindrical-coordinate representation of color #D19975: hue angle of 23.48º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D19975 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 153 | 117 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.18 |
| HSL | 23.48º | 0.5% | 0.64% | - |
| HSV(B) | 23.48º | 0.44% | 0.82% | - |
| XYZ | 40.9 | 37.62 | 21.94 | - |
| YUV | 165.64 | 100.55 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 117 | 0 | 0.27 | 0.44 | 0.18 | 23.48 | 0.5 | 0.64 |
| Hex | D1 | 99 | 75 | 0 | 1B | 2C | 12 | 17 | 32 | 40 |
| Octal | 321 | 231 | 165 | 0 | 33 | 54 | 22 | 27 | 62 | 100 |
| Binary | 11010001 | 10011001 | 1110101 | 0 | 11011 | 101100 | 10010 | 10111 | 110010 | 1000000 |
Color Harmonies of #D19975
Complementary color
Monochromatic Colors of #D19975
Black with #D19975
Text Example
Text Example
White with #D19975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19975; }
p { color: rgb(209,153,117); }
H1.HeaderClassName
{
color: #D19975;
}
.AnyTagClassName
{
color: #D19975;
}
</style>
background-color css
<style>
a { background-color: #D19975; }
a { background-color: rgb(209,153,117); }
div.DivClassName
{
background-color: #D19975;
}
.BgClassName
{
background-color: #D19975;
}
</style>
border-color css
<style>
span { border-color: #D19975; }
span { border-color: rgb(209,153,117); }
td.TdClassName
{
border-color: #D19975;
}
.TagClassName
{
border-color: #D19975;
}
</style>