Shades of Feldspar #D58F72
Tints of Feldspar #D58F72
RGB
CMYK
RGB Variations
Color information
#D58F72 (or 0xD58F72) is known color: Feldspar. HEX triplet: D5, 8F and 72. RGB value is (213,143,114). Sum of RGB (Red+Green+Blue) = 213+143+114=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58F72 is #2A708D. Grayscale: #A0A0A0. Windows color (decimal): -2781326 or 7507925. OLE color: 7507925.
HSL color Cylindrical-coordinate representation of color #D58F72: hue angle of 17.58º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D58F72 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 143 | 114 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.16 |
| HSL | 17.58º | 0.54% | 0.64% | - |
| HSV(B) | 17.58º | 0.46% | 0.84% | - |
| XYZ | 40.3 | 35.01 | 20.55 | - |
| YUV | 160.62 | 101.69 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 143 | 114 | 0 | 0.33 | 0.46 | 0.16 | 17.58 | 0.54 | 0.64 |
| Hex | D5 | 8F | 72 | 0 | 21 | 2E | 10 | 12 | 36 | 40 |
| Octal | 325 | 217 | 162 | 0 | 41 | 56 | 20 | 22 | 66 | 100 |
| Binary | 11010101 | 10001111 | 1110010 | 0 | 100001 | 101110 | 10000 | 10010 | 110110 | 1000000 |
Color Harmonies of #D58F72
Complementary color
Monochromatic Colors of #D58F72
Black with #D58F72
Text Example
Text Example
White with #D58F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58F72; }
p { color: rgb(213,143,114); }
H1.HeaderClassName
{
color: #D58F72;
}
.AnyTagClassName
{
color: #D58F72;
}
</style>
background-color css
<style>
a { background-color: #D58F72; }
a { background-color: rgb(213,143,114); }
div.DivClassName
{
background-color: #D58F72;
}
.BgClassName
{
background-color: #D58F72;
}
</style>
border-color css
<style>
span { border-color: #D58F72; }
span { border-color: rgb(213,143,114); }
td.TdClassName
{
border-color: #D58F72;
}
.TagClassName
{
border-color: #D58F72;
}
</style>