Shades of Feldspar #D19A73
Tints of Feldspar #D19A73
RGB
CMYK
RGB Variations
Color information
#D19A73 (or 0xD19A73) is known color: Feldspar. HEX triplet: D1, 9A and 73. RGB value is (209,154,115). Sum of RGB (Red+Green+Blue) = 209+154+115=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D19A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19A73 is #2E658C. Grayscale: #A6A6A6. Windows color (decimal): -3040653 or 7576273. OLE color: 7576273.
HSL color Cylindrical-coordinate representation of color #D19A73: hue angle of 24.89º 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 #D19A73 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 154 | 115 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.18 |
| HSL | 24.89º | 0.51% | 0.64% | - |
| HSV(B) | 24.89º | 0.45% | 0.82% | - |
| XYZ | 40.94 | 37.9 | 21.38 | - |
| YUV | 166 | 99.22 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 154 | 115 | 0 | 0.26 | 0.45 | 0.18 | 24.89 | 0.51 | 0.64 |
| Hex | D1 | 9A | 73 | 0 | 1A | 2D | 12 | 19 | 33 | 40 |
| Octal | 321 | 232 | 163 | 0 | 32 | 55 | 22 | 31 | 63 | 100 |
| Binary | 11010001 | 10011010 | 1110011 | 0 | 11010 | 101101 | 10010 | 11001 | 110011 | 1000000 |
Color Harmonies of #D19A73
Complementary color
Monochromatic Colors of #D19A73
Black with #D19A73
Text Example
Text Example
White with #D19A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19A73; }
p { color: rgb(209,154,115); }
H1.HeaderClassName
{
color: #D19A73;
}
.AnyTagClassName
{
color: #D19A73;
}
</style>
background-color css
<style>
a { background-color: #D19A73; }
a { background-color: rgb(209,154,115); }
div.DivClassName
{
background-color: #D19A73;
}
.BgClassName
{
background-color: #D19A73;
}
</style>
border-color css
<style>
span { border-color: #D19A73; }
span { border-color: rgb(209,154,115); }
td.TdClassName
{
border-color: #D19A73;
}
.TagClassName
{
border-color: #D19A73;
}
</style>