Shades of Feldspar #D59170
Tints of Feldspar #D59170
RGB
CMYK
RGB Variations
Color information
#D59170 (or 0xD59170) is known color: Feldspar. HEX triplet: D5, 91 and 70. RGB value is (213,145,112). Sum of RGB (Red+Green+Blue) = 213+145+112=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D59170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59170 is #2A6E8F. Grayscale: #A1A1A1. Windows color (decimal): -2780816 or 7377365. OLE color: 7377365.
HSL color Cylindrical-coordinate representation of color #D59170: hue angle of 19.6º 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 #D59170 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 145 | 112 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.16 |
| HSL | 19.6º | 0.55% | 0.64% | - |
| HSV(B) | 19.6º | 0.47% | 0.84% | - |
| XYZ | 40.49 | 35.57 | 20.06 | - |
| YUV | 161.57 | 100.03 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 145 | 112 | 0 | 0.32 | 0.47 | 0.16 | 19.6 | 0.55 | 0.64 |
| Hex | D5 | 91 | 70 | 0 | 20 | 2F | 10 | 14 | 37 | 40 |
| Octal | 325 | 221 | 160 | 0 | 40 | 57 | 20 | 24 | 67 | 100 |
| Binary | 11010101 | 10010001 | 1110000 | 0 | 100000 | 101111 | 10000 | 10100 | 110111 | 1000000 |
Color Harmonies of #D59170
Complementary color
Monochromatic Colors of #D59170
Black with #D59170
Text Example
Text Example
White with #D59170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59170; }
p { color: rgb(213,145,112); }
H1.HeaderClassName
{
color: #D59170;
}
.AnyTagClassName
{
color: #D59170;
}
</style>
background-color css
<style>
a { background-color: #D59170; }
a { background-color: rgb(213,145,112); }
div.DivClassName
{
background-color: #D59170;
}
.BgClassName
{
background-color: #D59170;
}
</style>
border-color css
<style>
span { border-color: #D59170; }
span { border-color: rgb(213,145,112); }
td.TdClassName
{
border-color: #D59170;
}
.TagClassName
{
border-color: #D59170;
}
</style>