Shades of Feldspar #D19A7D
Tints of Feldspar #D19A7D
RGB
CMYK
RGB Variations
Color information
#D19A7D (or 0xD19A7D) is known color: Feldspar. HEX triplet: D1, 9A and 7D. RGB value is (209,154,125). Sum of RGB (Red+Green+Blue) = 209+154+125=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D19A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19A7D is #2E6582. Grayscale: #A7A7A7. Windows color (decimal): -3040643 or 8231633. OLE color: 8231633.
HSL color Cylindrical-coordinate representation of color #D19A7D: hue angle of 20.71º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D19A7D is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 154 | 125 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.18 |
| HSL | 20.71º | 0.48% | 0.65% | - |
| HSV(B) | 20.71º | 0.4% | 0.82% | - |
| XYZ | 41.55 | 38.15 | 24.58 | - |
| YUV | 167.14 | 104.22 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 154 | 125 | 0 | 0.26 | 0.40 | 0.18 | 20.71 | 0.48 | 0.65 |
| Hex | D1 | 9A | 7D | 0 | 1A | 28 | 12 | 15 | 30 | 41 |
| Octal | 321 | 232 | 175 | 0 | 32 | 50 | 22 | 25 | 60 | 101 |
| Binary | 11010001 | 10011010 | 1111101 | 0 | 11010 | 101000 | 10010 | 10101 | 110000 | 1000001 |
Color Harmonies of #D19A7D
Complementary color
Monochromatic Colors of #D19A7D
Black with #D19A7D
Text Example
Text Example
White with #D19A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19A7D; }
p { color: rgb(209,154,125); }
H1.HeaderClassName
{
color: #D19A7D;
}
.AnyTagClassName
{
color: #D19A7D;
}
</style>
background-color css
<style>
a { background-color: #D19A7D; }
a { background-color: rgb(209,154,125); }
div.DivClassName
{
background-color: #D19A7D;
}
.BgClassName
{
background-color: #D19A7D;
}
</style>
border-color css
<style>
span { border-color: #D19A7D; }
span { border-color: rgb(209,154,125); }
td.TdClassName
{
border-color: #D19A7D;
}
.TagClassName
{
border-color: #D19A7D;
}
</style>