Shades of Feldspar #D59078
Tints of Feldspar #D59078
RGB
CMYK
RGB Variations
Color information
#D59078 (or 0xD59078) is known color: Feldspar. HEX triplet: D5, 90 and 78. RGB value is (213,144,120). Sum of RGB (Red+Green+Blue) = 213+144+120=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D59078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59078 is #2A6F87. Grayscale: #A2A2A2. Windows color (decimal): -2781064 or 7901397. OLE color: 7901397.
HSL color Cylindrical-coordinate representation of color #D59078: hue angle of 15.48º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D59078 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 144 | 120 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.16 |
| HSL | 15.48º | 0.53% | 0.65% | - |
| HSV(B) | 15.48º | 0.44% | 0.84% | - |
| XYZ | 40.8 | 35.45 | 22.46 | - |
| YUV | 161.9 | 104.36 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 144 | 120 | 0 | 0.32 | 0.44 | 0.16 | 15.48 | 0.53 | 0.65 |
| Hex | D5 | 90 | 78 | 0 | 20 | 2C | 10 | F | 35 | 41 |
| Octal | 325 | 220 | 170 | 0 | 40 | 54 | 20 | 17 | 65 | 101 |
| Binary | 11010101 | 10010000 | 1111000 | 0 | 100000 | 101100 | 10000 | 1111 | 110101 | 1000001 |
Color Harmonies of #D59078
Complementary color
Monochromatic Colors of #D59078
Black with #D59078
Text Example
Text Example
White with #D59078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59078; }
p { color: rgb(213,144,120); }
H1.HeaderClassName
{
color: #D59078;
}
.AnyTagClassName
{
color: #D59078;
}
</style>
background-color css
<style>
a { background-color: #D59078; }
a { background-color: rgb(213,144,120); }
div.DivClassName
{
background-color: #D59078;
}
.BgClassName
{
background-color: #D59078;
}
</style>
border-color css
<style>
span { border-color: #D59078; }
span { border-color: rgb(213,144,120); }
td.TdClassName
{
border-color: #D59078;
}
.TagClassName
{
border-color: #D59078;
}
</style>