Shades of Feldspar #D59470
Tints of Feldspar #D59470
RGB
CMYK
RGB Variations
Color information
#D59470 (or 0xD59470) is known color: Feldspar. HEX triplet: D5, 94 and 70. RGB value is (213,148,112). Sum of RGB (Red+Green+Blue) = 213+148+112=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D59470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59470 is #2A6B8F. Grayscale: #A3A3A3. Windows color (decimal): -2780048 or 7378133. OLE color: 7378133.
HSL color Cylindrical-coordinate representation of color #D59470: hue angle of 21.39º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D59470 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 148 | 112 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.16 |
| HSL | 21.39º | 0.55% | 0.64% | - |
| HSV(B) | 21.39º | 0.47% | 0.84% | - |
| XYZ | 40.96 | 36.5 | 20.22 | - |
| YUV | 163.33 | 99.03 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 148 | 112 | 0 | 0.31 | 0.47 | 0.16 | 21.39 | 0.55 | 0.64 |
| Hex | D5 | 94 | 70 | 0 | 1F | 2F | 10 | 15 | 37 | 40 |
| Octal | 325 | 224 | 160 | 0 | 37 | 57 | 20 | 25 | 67 | 100 |
| Binary | 11010101 | 10010100 | 1110000 | 0 | 11111 | 101111 | 10000 | 10101 | 110111 | 1000000 |
Color Harmonies of #D59470
Complementary color
Monochromatic Colors of #D59470
Black with #D59470
Text Example
Text Example
White with #D59470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59470; }
p { color: rgb(213,148,112); }
H1.HeaderClassName
{
color: #D59470;
}
.AnyTagClassName
{
color: #D59470;
}
</style>
background-color css
<style>
a { background-color: #D59470; }
a { background-color: rgb(213,148,112); }
div.DivClassName
{
background-color: #D59470;
}
.BgClassName
{
background-color: #D59470;
}
</style>
border-color css
<style>
span { border-color: #D59470; }
span { border-color: rgb(213,148,112); }
td.TdClassName
{
border-color: #D59470;
}
.TagClassName
{
border-color: #D59470;
}
</style>