Shades of Feldspar #D59671
Tints of Feldspar #D59671
RGB
CMYK
RGB Variations
Color information
#D59671 (or 0xD59671) is known color: Feldspar. HEX triplet: D5, 96 and 71. RGB value is (213,150,113). Sum of RGB (Red+Green+Blue) = 213+150+113=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D59671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59671 is #2A698E. Grayscale: #A4A4A4. Windows color (decimal): -2779535 or 7444181. OLE color: 7444181.
HSL color Cylindrical-coordinate representation of color #D59671: hue angle of 22.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 #D59671 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 150 | 113 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.16 |
| HSL | 22.2º | 0.54% | 0.64% | - |
| HSV(B) | 22.2º | 0.47% | 0.84% | - |
| XYZ | 41.33 | 37.15 | 20.62 | - |
| YUV | 164.62 | 98.87 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 113 | 0 | 0.30 | 0.47 | 0.16 | 22.2 | 0.54 | 0.64 |
| Hex | D5 | 96 | 71 | 0 | 1E | 2F | 10 | 16 | 36 | 40 |
| Octal | 325 | 226 | 161 | 0 | 36 | 57 | 20 | 26 | 66 | 100 |
| Binary | 11010101 | 10010110 | 1110001 | 0 | 11110 | 101111 | 10000 | 10110 | 110110 | 1000000 |
Color Harmonies of #D59671
Complementary color
Monochromatic Colors of #D59671
Black with #D59671
Text Example
Text Example
White with #D59671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59671; }
p { color: rgb(213,150,113); }
H1.HeaderClassName
{
color: #D59671;
}
.AnyTagClassName
{
color: #D59671;
}
</style>
background-color css
<style>
a { background-color: #D59671; }
a { background-color: rgb(213,150,113); }
div.DivClassName
{
background-color: #D59671;
}
.BgClassName
{
background-color: #D59671;
}
</style>
border-color css
<style>
span { border-color: #D59671; }
span { border-color: rgb(213,150,113); }
td.TdClassName
{
border-color: #D59671;
}
.TagClassName
{
border-color: #D59671;
}
</style>