Shades of Feldspar #D19A72
Tints of Feldspar #D19A72
RGB
CMYK
RGB Variations
Color information
#D19A72 (or 0xD19A72) is known color: Feldspar. HEX triplet: D1, 9A and 72. RGB value is (209,154,114). Sum of RGB (Red+Green+Blue) = 209+154+114=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 209 - color contains mainly: red. Hex color #D19A72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19A72 is #2E658D. Grayscale: #A6A6A6. Windows color (decimal): -3040654 or 7510737. OLE color: 7510737.
HSL color Cylindrical-coordinate representation of color #D19A72: hue angle of 25.26º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D19A72 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 154 | 114 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.18 |
| HSL | 25.26º | 0.51% | 0.63% | - |
| HSV(B) | 25.26º | 0.45% | 0.82% | - |
| XYZ | 40.89 | 37.88 | 21.08 | - |
| YUV | 165.89 | 98.72 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 154 | 114 | 0 | 0.26 | 0.45 | 0.18 | 25.26 | 0.51 | 0.63 |
| Hex | D1 | 9A | 72 | 0 | 1A | 2D | 12 | 19 | 33 | 3F |
| Octal | 321 | 232 | 162 | 0 | 32 | 55 | 22 | 31 | 63 | 77 |
| Binary | 11010001 | 10011010 | 1110010 | 0 | 11010 | 101101 | 10010 | 11001 | 110011 | 111111 |
Color Harmonies of #D19A72
Complementary color
Monochromatic Colors of #D19A72
Black with #D19A72
Text Example
Text Example
White with #D19A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19A72; }
p { color: rgb(209,154,114); }
H1.HeaderClassName
{
color: #D19A72;
}
.AnyTagClassName
{
color: #D19A72;
}
</style>
background-color css
<style>
a { background-color: #D19A72; }
a { background-color: rgb(209,154,114); }
div.DivClassName
{
background-color: #D19A72;
}
.BgClassName
{
background-color: #D19A72;
}
</style>
border-color css
<style>
span { border-color: #D19A72; }
span { border-color: rgb(209,154,114); }
td.TdClassName
{
border-color: #D19A72;
}
.TagClassName
{
border-color: #D19A72;
}
</style>