Shades of Feldspar #D58E6E
Tints of Feldspar #D58E6E
RGB
CMYK
RGB Variations
Color information
#D58E6E (or 0xD58E6E) is known color: Feldspar. HEX triplet: D5, 8E and 6E. RGB value is (213,142,110). Sum of RGB (Red+Green+Blue) = 213+142+110=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58E6E is #2A7191. Grayscale: #9F9F9F. Windows color (decimal): -2781586 or 7245525. OLE color: 7245525.
HSL color Cylindrical-coordinate representation of color #D58E6E: hue angle of 18.64º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D58E6E is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 142 | 110 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.16 |
| HSL | 18.64º | 0.55% | 0.63% | - |
| HSV(B) | 18.64º | 0.48% | 0.84% | - |
| XYZ | 39.93 | 34.62 | 19.33 | - |
| YUV | 159.58 | 100.02 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 142 | 110 | 0 | 0.33 | 0.48 | 0.16 | 18.64 | 0.55 | 0.63 |
| Hex | D5 | 8E | 6E | 0 | 21 | 30 | 10 | 13 | 37 | 3F |
| Octal | 325 | 216 | 156 | 0 | 41 | 60 | 20 | 23 | 67 | 77 |
| Binary | 11010101 | 10001110 | 1101110 | 0 | 100001 | 110000 | 10000 | 10011 | 110111 | 111111 |
Color Harmonies of #D58E6E
Complementary color
Monochromatic Colors of #D58E6E
Black with #D58E6E
Text Example
Text Example
White with #D58E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58E6E; }
p { color: rgb(213,142,110); }
H1.HeaderClassName
{
color: #D58E6E;
}
.AnyTagClassName
{
color: #D58E6E;
}
</style>
background-color css
<style>
a { background-color: #D58E6E; }
a { background-color: rgb(213,142,110); }
div.DivClassName
{
background-color: #D58E6E;
}
.BgClassName
{
background-color: #D58E6E;
}
</style>
border-color css
<style>
span { border-color: #D58E6E; }
span { border-color: rgb(213,142,110); }
td.TdClassName
{
border-color: #D58E6E;
}
.TagClassName
{
border-color: #D58E6E;
}
</style>