Shades of Feldspar #D19375
Tints of Feldspar #D19375
RGB
CMYK
RGB Variations
Color information
#D19375 (or 0xD19375) is known color: Feldspar. HEX triplet: D1, 93 and 75. RGB value is (209,147,117). Sum of RGB (Red+Green+Blue) = 209+147+117=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D19375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19375 is #2E6C8A. Grayscale: #A2A2A2. Windows color (decimal): -3042443 or 7705553. OLE color: 7705553.
HSL color Cylindrical-coordinate representation of color #D19375: hue angle of 19.57º 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 #D19375 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 147 | 117 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.18 |
| HSL | 19.57º | 0.5% | 0.64% | - |
| HSV(B) | 19.57º | 0.44% | 0.82% | - |
| XYZ | 39.94 | 35.71 | 21.62 | - |
| YUV | 162.12 | 102.54 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 117 | 0 | 0.30 | 0.44 | 0.18 | 19.57 | 0.5 | 0.64 |
| Hex | D1 | 93 | 75 | 0 | 1E | 2C | 12 | 14 | 32 | 40 |
| Octal | 321 | 223 | 165 | 0 | 36 | 54 | 22 | 24 | 62 | 100 |
| Binary | 11010001 | 10010011 | 1110101 | 0 | 11110 | 101100 | 10010 | 10100 | 110010 | 1000000 |
Color Harmonies of #D19375
Complementary color
Monochromatic Colors of #D19375
Black with #D19375
Text Example
Text Example
White with #D19375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19375; }
p { color: rgb(209,147,117); }
H1.HeaderClassName
{
color: #D19375;
}
.AnyTagClassName
{
color: #D19375;
}
</style>
background-color css
<style>
a { background-color: #D19375; }
a { background-color: rgb(209,147,117); }
div.DivClassName
{
background-color: #D19375;
}
.BgClassName
{
background-color: #D19375;
}
</style>
border-color css
<style>
span { border-color: #D19375; }
span { border-color: rgb(209,147,117); }
td.TdClassName
{
border-color: #D19375;
}
.TagClassName
{
border-color: #D19375;
}
</style>