Shades of Feldspar #D19075
Tints of Feldspar #D19075
RGB
CMYK
RGB Variations
Color information
#D19075 (or 0xD19075) is known color: Feldspar. HEX triplet: D1, 90 and 75. RGB value is (209,144,117). Sum of RGB (Red+Green+Blue) = 209+144+117=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D19075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19075 is #2E6F8A. Grayscale: #A0A0A0. Windows color (decimal): -3043211 or 7704785. OLE color: 7704785.
HSL color Cylindrical-coordinate representation of color #D19075: hue angle of 17.61º 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 #D19075 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 144 | 117 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.18 |
| HSL | 17.61º | 0.5% | 0.64% | - |
| HSV(B) | 17.61º | 0.44% | 0.82% | - |
| XYZ | 39.48 | 34.79 | 21.46 | - |
| YUV | 160.36 | 103.53 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 117 | 0 | 0.31 | 0.44 | 0.18 | 17.61 | 0.5 | 0.64 |
| Hex | D1 | 90 | 75 | 0 | 1F | 2C | 12 | 12 | 32 | 40 |
| Octal | 321 | 220 | 165 | 0 | 37 | 54 | 22 | 22 | 62 | 100 |
| Binary | 11010001 | 10010000 | 1110101 | 0 | 11111 | 101100 | 10010 | 10010 | 110010 | 1000000 |
Color Harmonies of #D19075
Complementary color
Monochromatic Colors of #D19075
Black with #D19075
Text Example
Text Example
White with #D19075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19075; }
p { color: rgb(209,144,117); }
H1.HeaderClassName
{
color: #D19075;
}
.AnyTagClassName
{
color: #D19075;
}
</style>
background-color css
<style>
a { background-color: #D19075; }
a { background-color: rgb(209,144,117); }
div.DivClassName
{
background-color: #D19075;
}
.BgClassName
{
background-color: #D19075;
}
</style>
border-color css
<style>
span { border-color: #D19075; }
span { border-color: rgb(209,144,117); }
td.TdClassName
{
border-color: #D19075;
}
.TagClassName
{
border-color: #D19075;
}
</style>