Shades of Feldspar #D59870
Tints of Feldspar #D59870
RGB
CMYK
RGB Variations
Color information
#D59870 (or 0xD59870) is known color: Feldspar. HEX triplet: D5, 98 and 70. RGB value is (213,152,112). Sum of RGB (Red+Green+Blue) = 213+152+112=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D59870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59870 is #2A678F. Grayscale: #A5A5A5. Windows color (decimal): -2779024 or 7379157. OLE color: 7379157.
HSL color Cylindrical-coordinate representation of color #D59870: hue angle of 23.76º 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 #D59870 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 152 | 112 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.16 |
| HSL | 23.76º | 0.55% | 0.64% | - |
| HSV(B) | 23.76º | 0.47% | 0.84% | - |
| XYZ | 41.59 | 37.77 | 20.43 | - |
| YUV | 165.68 | 97.71 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 152 | 112 | 0 | 0.29 | 0.47 | 0.16 | 23.76 | 0.55 | 0.64 |
| Hex | D5 | 98 | 70 | 0 | 1D | 2F | 10 | 18 | 37 | 40 |
| Octal | 325 | 230 | 160 | 0 | 35 | 57 | 20 | 30 | 67 | 100 |
| Binary | 11010101 | 10011000 | 1110000 | 0 | 11101 | 101111 | 10000 | 11000 | 110111 | 1000000 |
Color Harmonies of #D59870
Complementary color
Monochromatic Colors of #D59870
Black with #D59870
Text Example
Text Example
White with #D59870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59870; }
p { color: rgb(213,152,112); }
H1.HeaderClassName
{
color: #D59870;
}
.AnyTagClassName
{
color: #D59870;
}
</style>
background-color css
<style>
a { background-color: #D59870; }
a { background-color: rgb(213,152,112); }
div.DivClassName
{
background-color: #D59870;
}
.BgClassName
{
background-color: #D59870;
}
</style>
border-color css
<style>
span { border-color: #D59870; }
span { border-color: rgb(213,152,112); }
td.TdClassName
{
border-color: #D59870;
}
.TagClassName
{
border-color: #D59870;
}
</style>