Shades of Feldspar #D19275
Tints of Feldspar #D19275
RGB
CMYK
RGB Variations
Color information
#D19275 (or 0xD19275) is known color: Feldspar. HEX triplet: D1, 92 and 75. RGB value is (209,146,117). Sum of RGB (Red+Green+Blue) = 209+146+117=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D19275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19275 is #2E6D8A. Grayscale: #A1A1A1. Windows color (decimal): -3042699 or 7705297. OLE color: 7705297.
HSL color Cylindrical-coordinate representation of color #D19275: hue angle of 18.91º 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 #D19275 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 146 | 117 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.18 |
| HSL | 18.91º | 0.5% | 0.64% | - |
| HSV(B) | 18.91º | 0.44% | 0.82% | - |
| XYZ | 39.78 | 35.4 | 21.57 | - |
| YUV | 161.53 | 102.87 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 146 | 117 | 0 | 0.30 | 0.44 | 0.18 | 18.91 | 0.5 | 0.64 |
| Hex | D1 | 92 | 75 | 0 | 1E | 2C | 12 | 13 | 32 | 40 |
| Octal | 321 | 222 | 165 | 0 | 36 | 54 | 22 | 23 | 62 | 100 |
| Binary | 11010001 | 10010010 | 1110101 | 0 | 11110 | 101100 | 10010 | 10011 | 110010 | 1000000 |
Color Harmonies of #D19275
Complementary color
Monochromatic Colors of #D19275
Black with #D19275
Text Example
Text Example
White with #D19275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19275; }
p { color: rgb(209,146,117); }
H1.HeaderClassName
{
color: #D19275;
}
.AnyTagClassName
{
color: #D19275;
}
</style>
background-color css
<style>
a { background-color: #D19275; }
a { background-color: rgb(209,146,117); }
div.DivClassName
{
background-color: #D19275;
}
.BgClassName
{
background-color: #D19275;
}
</style>
border-color css
<style>
span { border-color: #D19275; }
span { border-color: rgb(209,146,117); }
td.TdClassName
{
border-color: #D19275;
}
.TagClassName
{
border-color: #D19275;
}
</style>