Shades of Feldspar #D19875
Tints of Feldspar #D19875
RGB
CMYK
RGB Variations
Color information
#D19875 (or 0xD19875) is known color: Feldspar. HEX triplet: D1, 98 and 75. RGB value is (209,152,117). Sum of RGB (Red+Green+Blue) = 209+152+117=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D19875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19875 is #2E678A. Grayscale: #A5A5A5. Windows color (decimal): -3041163 or 7706833. OLE color: 7706833.
HSL color Cylindrical-coordinate representation of color #D19875: hue angle of 22.83º 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 #D19875 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 152 | 117 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.18 |
| HSL | 22.83º | 0.5% | 0.64% | - |
| HSV(B) | 22.83º | 0.44% | 0.82% | - |
| XYZ | 40.73 | 37.3 | 21.88 | - |
| YUV | 165.05 | 100.88 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 117 | 0 | 0.27 | 0.44 | 0.18 | 22.83 | 0.5 | 0.64 |
| Hex | D1 | 98 | 75 | 0 | 1B | 2C | 12 | 17 | 32 | 40 |
| Octal | 321 | 230 | 165 | 0 | 33 | 54 | 22 | 27 | 62 | 100 |
| Binary | 11010001 | 10011000 | 1110101 | 0 | 11011 | 101100 | 10010 | 10111 | 110010 | 1000000 |
Color Harmonies of #D19875
Complementary color
Monochromatic Colors of #D19875
Black with #D19875
Text Example
Text Example
White with #D19875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19875; }
p { color: rgb(209,152,117); }
H1.HeaderClassName
{
color: #D19875;
}
.AnyTagClassName
{
color: #D19875;
}
</style>
background-color css
<style>
a { background-color: #D19875; }
a { background-color: rgb(209,152,117); }
div.DivClassName
{
background-color: #D19875;
}
.BgClassName
{
background-color: #D19875;
}
</style>
border-color css
<style>
span { border-color: #D19875; }
span { border-color: rgb(209,152,117); }
td.TdClassName
{
border-color: #D19875;
}
.TagClassName
{
border-color: #D19875;
}
</style>