Shades of Feldspar #D19574
Tints of Feldspar #D19574
RGB
CMYK
RGB Variations
Color information
#D19574 (or 0xD19574) is known color: Feldspar. HEX triplet: D1, 95 and 74. RGB value is (209,149,116). Sum of RGB (Red+Green+Blue) = 209+149+116=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D19574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19574 is #2E6A8B. Grayscale: #A3A3A3. Windows color (decimal): -3041932 or 7640529. OLE color: 7640529.
HSL color Cylindrical-coordinate representation of color #D19574: hue angle of 21.29º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D19574 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 149 | 116 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.18 |
| HSL | 21.29º | 0.5% | 0.64% | - |
| HSV(B) | 21.29º | 0.44% | 0.82% | - |
| XYZ | 40.19 | 36.31 | 21.41 | - |
| YUV | 163.18 | 101.38 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 149 | 116 | 0 | 0.29 | 0.44 | 0.18 | 21.29 | 0.5 | 0.64 |
| Hex | D1 | 95 | 74 | 0 | 1D | 2C | 12 | 15 | 32 | 40 |
| Octal | 321 | 225 | 164 | 0 | 35 | 54 | 22 | 25 | 62 | 100 |
| Binary | 11010001 | 10010101 | 1110100 | 0 | 11101 | 101100 | 10010 | 10101 | 110010 | 1000000 |
Color Harmonies of #D19574
Complementary color
Monochromatic Colors of #D19574
Black with #D19574
Text Example
Text Example
White with #D19574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19574; }
p { color: rgb(209,149,116); }
H1.HeaderClassName
{
color: #D19574;
}
.AnyTagClassName
{
color: #D19574;
}
</style>
background-color css
<style>
a { background-color: #D19574; }
a { background-color: rgb(209,149,116); }
div.DivClassName
{
background-color: #D19574;
}
.BgClassName
{
background-color: #D19574;
}
</style>
border-color css
<style>
span { border-color: #D19574; }
span { border-color: rgb(209,149,116); }
td.TdClassName
{
border-color: #D19574;
}
.TagClassName
{
border-color: #D19574;
}
</style>