Shades of Feldspar #D19573
Tints of Feldspar #D19573
RGB
CMYK
RGB Variations
Color information
#D19573 (or 0xD19573) is known color: Feldspar. HEX triplet: D1, 95 and 73. RGB value is (209,149,115). Sum of RGB (Red+Green+Blue) = 209+149+115=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D19573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19573 is #2E6A8C. Grayscale: #A3A3A3. Windows color (decimal): -3041933 or 7574993. OLE color: 7574993.
HSL color Cylindrical-coordinate representation of color #D19573: hue angle of 21.7º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D19573 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 149 | 115 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.18 |
| HSL | 21.7º | 0.51% | 0.64% | - |
| HSV(B) | 21.7º | 0.45% | 0.82% | - |
| XYZ | 40.14 | 36.29 | 21.11 | - |
| YUV | 163.06 | 100.88 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 149 | 115 | 0 | 0.29 | 0.45 | 0.18 | 21.7 | 0.51 | 0.64 |
| Hex | D1 | 95 | 73 | 0 | 1D | 2D | 12 | 16 | 33 | 40 |
| Octal | 321 | 225 | 163 | 0 | 35 | 55 | 22 | 26 | 63 | 100 |
| Binary | 11010001 | 10010101 | 1110011 | 0 | 11101 | 101101 | 10010 | 10110 | 110011 | 1000000 |
Color Harmonies of #D19573
Complementary color
Monochromatic Colors of #D19573
Black with #D19573
Text Example
Text Example
White with #D19573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19573; }
p { color: rgb(209,149,115); }
H1.HeaderClassName
{
color: #D19573;
}
.AnyTagClassName
{
color: #D19573;
}
</style>
background-color css
<style>
a { background-color: #D19573; }
a { background-color: rgb(209,149,115); }
div.DivClassName
{
background-color: #D19573;
}
.BgClassName
{
background-color: #D19573;
}
</style>
border-color css
<style>
span { border-color: #D19573; }
span { border-color: rgb(209,149,115); }
td.TdClassName
{
border-color: #D19573;
}
.TagClassName
{
border-color: #D19573;
}
</style>