Shades of Feldspar #D59171
Tints of Feldspar #D59171
RGB
CMYK
RGB Variations
Color information
#D59171 (or 0xD59171) is known color: Feldspar. HEX triplet: D5, 91 and 71. RGB value is (213,145,113). Sum of RGB (Red+Green+Blue) = 213+145+113=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D59171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59171 is #2A6E8E. Grayscale: #A1A1A1. Windows color (decimal): -2780815 or 7442901. OLE color: 7442901.
HSL color Cylindrical-coordinate representation of color #D59171: hue angle of 19.2º degrees, saturation: 0.54, 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 #D59171 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 145 | 113 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.16 |
| HSL | 19.2º | 0.54% | 0.64% | - |
| HSV(B) | 19.2º | 0.47% | 0.84% | - |
| XYZ | 40.55 | 35.59 | 20.36 | - |
| YUV | 161.68 | 100.53 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 145 | 113 | 0 | 0.32 | 0.47 | 0.16 | 19.2 | 0.54 | 0.64 |
| Hex | D5 | 91 | 71 | 0 | 20 | 2F | 10 | 13 | 36 | 40 |
| Octal | 325 | 221 | 161 | 0 | 40 | 57 | 20 | 23 | 66 | 100 |
| Binary | 11010101 | 10010001 | 1110001 | 0 | 100000 | 101111 | 10000 | 10011 | 110110 | 1000000 |
Color Harmonies of #D59171
Complementary color
Monochromatic Colors of #D59171
Black with #D59171
Text Example
Text Example
White with #D59171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59171; }
p { color: rgb(213,145,113); }
H1.HeaderClassName
{
color: #D59171;
}
.AnyTagClassName
{
color: #D59171;
}
</style>
background-color css
<style>
a { background-color: #D59171; }
a { background-color: rgb(213,145,113); }
div.DivClassName
{
background-color: #D59171;
}
.BgClassName
{
background-color: #D59171;
}
</style>
border-color css
<style>
span { border-color: #D59171; }
span { border-color: rgb(213,145,113); }
td.TdClassName
{
border-color: #D59171;
}
.TagClassName
{
border-color: #D59171;
}
</style>