Shades of Feldspar #D59370
Tints of Feldspar #D59370
RGB
CMYK
RGB Variations
Color information
#D59370 (or 0xD59370) is known color: Feldspar. HEX triplet: D5, 93 and 70. RGB value is (213,147,112). Sum of RGB (Red+Green+Blue) = 213+147+112=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D59370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59370 is #2A6C8F. Grayscale: #A2A2A2. Windows color (decimal): -2780304 or 7377877. OLE color: 7377877.
HSL color Cylindrical-coordinate representation of color #D59370: hue angle of 20.79º 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 #D59370 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 147 | 112 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.16 |
| HSL | 20.79º | 0.55% | 0.64% | - |
| HSV(B) | 20.79º | 0.47% | 0.84% | - |
| XYZ | 40.8 | 36.18 | 20.16 | - |
| YUV | 162.74 | 99.37 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 112 | 0 | 0.31 | 0.47 | 0.16 | 20.79 | 0.55 | 0.64 |
| Hex | D5 | 93 | 70 | 0 | 1F | 2F | 10 | 15 | 37 | 40 |
| Octal | 325 | 223 | 160 | 0 | 37 | 57 | 20 | 25 | 67 | 100 |
| Binary | 11010101 | 10010011 | 1110000 | 0 | 11111 | 101111 | 10000 | 10101 | 110111 | 1000000 |
Color Harmonies of #D59370
Complementary color
Monochromatic Colors of #D59370
Black with #D59370
Text Example
Text Example
White with #D59370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59370; }
p { color: rgb(213,147,112); }
H1.HeaderClassName
{
color: #D59370;
}
.AnyTagClassName
{
color: #D59370;
}
</style>
background-color css
<style>
a { background-color: #D59370; }
a { background-color: rgb(213,147,112); }
div.DivClassName
{
background-color: #D59370;
}
.BgClassName
{
background-color: #D59370;
}
</style>
border-color css
<style>
span { border-color: #D59370; }
span { border-color: rgb(213,147,112); }
td.TdClassName
{
border-color: #D59370;
}
.TagClassName
{
border-color: #D59370;
}
</style>