Shades of Feldspar #D19A7F
Tints of Feldspar #D19A7F
RGB
CMYK
RGB Variations
Color information
#D19A7F (or 0xD19A7F) is known color: Feldspar. HEX triplet: D1, 9A and 7F. RGB value is (209,154,127). Sum of RGB (Red+Green+Blue) = 209+154+127=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D19A7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19A7F is #2E6580. Grayscale: #A7A7A7. Windows color (decimal): -3040641 or 8362705. OLE color: 8362705.
HSL color Cylindrical-coordinate representation of color #D19A7F: hue angle of 19.76º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D19A7F is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 154 | 127 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.18 |
| HSL | 19.76º | 0.47% | 0.66% | - |
| HSV(B) | 19.76º | 0.39% | 0.82% | - |
| XYZ | 41.68 | 38.2 | 25.25 | - |
| YUV | 167.37 | 105.22 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 154 | 127 | 0 | 0.26 | 0.39 | 0.18 | 19.76 | 0.47 | 0.66 |
| Hex | D1 | 9A | 7F | 0 | 1A | 27 | 12 | 14 | 2F | 42 |
| Octal | 321 | 232 | 177 | 0 | 32 | 47 | 22 | 24 | 57 | 102 |
| Binary | 11010001 | 10011010 | 1111111 | 0 | 11010 | 100111 | 10010 | 10100 | 101111 | 1000010 |
Color Harmonies of #D19A7F
Complementary color
Monochromatic Colors of #D19A7F
Black with #D19A7F
Text Example
Text Example
White with #D19A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19A7F; }
p { color: rgb(209,154,127); }
H1.HeaderClassName
{
color: #D19A7F;
}
.AnyTagClassName
{
color: #D19A7F;
}
</style>
background-color css
<style>
a { background-color: #D19A7F; }
a { background-color: rgb(209,154,127); }
div.DivClassName
{
background-color: #D19A7F;
}
.BgClassName
{
background-color: #D19A7F;
}
</style>
border-color css
<style>
span { border-color: #D19A7F; }
span { border-color: rgb(209,154,127); }
td.TdClassName
{
border-color: #D19A7F;
}
.TagClassName
{
border-color: #D19A7F;
}
</style>