Shades of Feldspar #D59472
Tints of Feldspar #D59472
RGB
CMYK
RGB Variations
Color information
#D59472 (or 0xD59472) is known color: Feldspar. HEX triplet: D5, 94 and 72. RGB value is (213,148,114). Sum of RGB (Red+Green+Blue) = 213+148+114=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D59472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59472 is #2A6B8D. Grayscale: #A3A3A3. Windows color (decimal): -2780046 or 7509205. OLE color: 7509205.
HSL color Cylindrical-coordinate representation of color #D59472: hue angle of 20.61º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D59472 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 148 | 114 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.16 |
| HSL | 20.61º | 0.54% | 0.64% | - |
| HSV(B) | 20.61º | 0.46% | 0.84% | - |
| XYZ | 41.07 | 36.54 | 20.81 | - |
| YUV | 163.56 | 100.03 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 148 | 114 | 0 | 0.31 | 0.46 | 0.16 | 20.61 | 0.54 | 0.64 |
| Hex | D5 | 94 | 72 | 0 | 1F | 2E | 10 | 15 | 36 | 40 |
| Octal | 325 | 224 | 162 | 0 | 37 | 56 | 20 | 25 | 66 | 100 |
| Binary | 11010101 | 10010100 | 1110010 | 0 | 11111 | 101110 | 10000 | 10101 | 110110 | 1000000 |
Color Harmonies of #D59472
Complementary color
Monochromatic Colors of #D59472
Black with #D59472
Text Example
Text Example
White with #D59472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59472; }
p { color: rgb(213,148,114); }
H1.HeaderClassName
{
color: #D59472;
}
.AnyTagClassName
{
color: #D59472;
}
</style>
background-color css
<style>
a { background-color: #D59472; }
a { background-color: rgb(213,148,114); }
div.DivClassName
{
background-color: #D59472;
}
.BgClassName
{
background-color: #D59472;
}
</style>
border-color css
<style>
span { border-color: #D59472; }
span { border-color: rgb(213,148,114); }
td.TdClassName
{
border-color: #D59472;
}
.TagClassName
{
border-color: #D59472;
}
</style>