Shades of Feldspar #D59271
Tints of Feldspar #D59271
RGB
CMYK
RGB Variations
Color information
#D59271 (or 0xD59271) is known color: Feldspar. HEX triplet: D5, 92 and 71. RGB value is (213,146,113). Sum of RGB (Red+Green+Blue) = 213+146+113=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D59271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59271 is #2A6D8E. Grayscale: #A2A2A2. Windows color (decimal): -2780559 or 7443157. OLE color: 7443157.
HSL color Cylindrical-coordinate representation of color #D59271: hue angle of 19.8º 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 #D59271 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 146 | 113 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.16 |
| HSL | 19.8º | 0.54% | 0.64% | - |
| HSV(B) | 19.8º | 0.47% | 0.84% | - |
| XYZ | 40.7 | 35.9 | 20.41 | - |
| YUV | 162.27 | 100.2 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 113 | 0 | 0.31 | 0.47 | 0.16 | 19.8 | 0.54 | 0.64 |
| Hex | D5 | 92 | 71 | 0 | 1F | 2F | 10 | 14 | 36 | 40 |
| Octal | 325 | 222 | 161 | 0 | 37 | 57 | 20 | 24 | 66 | 100 |
| Binary | 11010101 | 10010010 | 1110001 | 0 | 11111 | 101111 | 10000 | 10100 | 110110 | 1000000 |
Color Harmonies of #D59271
Complementary color
Monochromatic Colors of #D59271
Black with #D59271
Text Example
Text Example
White with #D59271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59271; }
p { color: rgb(213,146,113); }
H1.HeaderClassName
{
color: #D59271;
}
.AnyTagClassName
{
color: #D59271;
}
</style>
background-color css
<style>
a { background-color: #D59271; }
a { background-color: rgb(213,146,113); }
div.DivClassName
{
background-color: #D59271;
}
.BgClassName
{
background-color: #D59271;
}
</style>
border-color css
<style>
span { border-color: #D59271; }
span { border-color: rgb(213,146,113); }
td.TdClassName
{
border-color: #D59271;
}
.TagClassName
{
border-color: #D59271;
}
</style>