Shades of Feldspar #D59072
Tints of Feldspar #D59072
RGB
CMYK
RGB Variations
Color information
#D59072 (or 0xD59072) is known color: Feldspar. HEX triplet: D5, 90 and 72. RGB value is (213,144,114). Sum of RGB (Red+Green+Blue) = 213+144+114=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D59072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59072 is #2A6F8D. Grayscale: #A1A1A1. Windows color (decimal): -2781070 or 7508181. OLE color: 7508181.
HSL color Cylindrical-coordinate representation of color #D59072: hue angle of 18.18º 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 #D59072 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 144 | 114 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.16 |
| HSL | 18.18º | 0.54% | 0.64% | - |
| HSV(B) | 18.18º | 0.46% | 0.84% | - |
| XYZ | 40.45 | 35.31 | 20.6 | - |
| YUV | 161.21 | 101.36 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 144 | 114 | 0 | 0.32 | 0.46 | 0.16 | 18.18 | 0.54 | 0.64 |
| Hex | D5 | 90 | 72 | 0 | 20 | 2E | 10 | 12 | 36 | 40 |
| Octal | 325 | 220 | 162 | 0 | 40 | 56 | 20 | 22 | 66 | 100 |
| Binary | 11010101 | 10010000 | 1110010 | 0 | 100000 | 101110 | 10000 | 10010 | 110110 | 1000000 |
Color Harmonies of #D59072
Complementary color
Monochromatic Colors of #D59072
Black with #D59072
Text Example
Text Example
White with #D59072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59072; }
p { color: rgb(213,144,114); }
H1.HeaderClassName
{
color: #D59072;
}
.AnyTagClassName
{
color: #D59072;
}
</style>
background-color css
<style>
a { background-color: #D59072; }
a { background-color: rgb(213,144,114); }
div.DivClassName
{
background-color: #D59072;
}
.BgClassName
{
background-color: #D59072;
}
</style>
border-color css
<style>
span { border-color: #D59072; }
span { border-color: rgb(213,144,114); }
td.TdClassName
{
border-color: #D59072;
}
.TagClassName
{
border-color: #D59072;
}
</style>