Shades of Feldspar #D58E6F
Tints of Feldspar #D58E6F
RGB
CMYK
RGB Variations
Color information
#D58E6F (or 0xD58E6F) is known color: Feldspar. HEX triplet: D5, 8E and 6F. RGB value is (213,142,111). Sum of RGB (Red+Green+Blue) = 213+142+111=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58E6F is #2A7190. Grayscale: #9F9F9F. Windows color (decimal): -2781585 or 7311061. OLE color: 7311061.
HSL color Cylindrical-coordinate representation of color #D58E6F: hue angle of 18.24º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D58E6F is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 142 | 111 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.16 |
| HSL | 18.24º | 0.55% | 0.64% | - |
| HSV(B) | 18.24º | 0.48% | 0.84% | - |
| XYZ | 39.98 | 34.64 | 19.62 | - |
| YUV | 159.7 | 100.52 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 142 | 111 | 0 | 0.33 | 0.48 | 0.16 | 18.24 | 0.55 | 0.64 |
| Hex | D5 | 8E | 6F | 0 | 21 | 30 | 10 | 12 | 37 | 40 |
| Octal | 325 | 216 | 157 | 0 | 41 | 60 | 20 | 22 | 67 | 100 |
| Binary | 11010101 | 10001110 | 1101111 | 0 | 100001 | 110000 | 10000 | 10010 | 110111 | 1000000 |
Color Harmonies of #D58E6F
Complementary color
Monochromatic Colors of #D58E6F
Black with #D58E6F
Text Example
Text Example
White with #D58E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58E6F; }
p { color: rgb(213,142,111); }
H1.HeaderClassName
{
color: #D58E6F;
}
.AnyTagClassName
{
color: #D58E6F;
}
</style>
background-color css
<style>
a { background-color: #D58E6F; }
a { background-color: rgb(213,142,111); }
div.DivClassName
{
background-color: #D58E6F;
}
.BgClassName
{
background-color: #D58E6F;
}
</style>
border-color css
<style>
span { border-color: #D58E6F; }
span { border-color: rgb(213,142,111); }
td.TdClassName
{
border-color: #D58E6F;
}
.TagClassName
{
border-color: #D58E6F;
}
</style>