Shades of Feldspar #D59079
Tints of Feldspar #D59079
RGB
CMYK
RGB Variations
Color information
#D59079 (or 0xD59079) is known color: Feldspar. HEX triplet: D5, 90 and 79. RGB value is (213,144,121). Sum of RGB (Red+Green+Blue) = 213+144+121=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 121 (47.66% from 255 or 25.31% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D59079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59079 is #2A6F86. Grayscale: #A2A2A2. Windows color (decimal): -2781063 or 7966933. OLE color: 7966933.
HSL color Cylindrical-coordinate representation of color #D59079: hue angle of 15º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D59079 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 144 | 121 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.16 |
| HSL | 15º | 0.52% | 0.65% | - |
| HSV(B) | 15º | 0.43% | 0.84% | - |
| XYZ | 40.87 | 35.47 | 22.78 | - |
| YUV | 162.01 | 104.86 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 144 | 121 | 0 | 0.32 | 0.43 | 0.16 | 15 | 0.52 | 0.65 |
| Hex | D5 | 90 | 79 | 0 | 20 | 2B | 10 | F | 34 | 41 |
| Octal | 325 | 220 | 171 | 0 | 40 | 53 | 20 | 17 | 64 | 101 |
| Binary | 11010101 | 10010000 | 1111001 | 0 | 100000 | 101011 | 10000 | 1111 | 110100 | 1000001 |
Color Harmonies of #D59079
Complementary color
Monochromatic Colors of #D59079
Black with #D59079
Text Example
Text Example
White with #D59079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59079; }
p { color: rgb(213,144,121); }
H1.HeaderClassName
{
color: #D59079;
}
.AnyTagClassName
{
color: #D59079;
}
</style>
background-color css
<style>
a { background-color: #D59079; }
a { background-color: rgb(213,144,121); }
div.DivClassName
{
background-color: #D59079;
}
.BgClassName
{
background-color: #D59079;
}
</style>
border-color css
<style>
span { border-color: #D59079; }
span { border-color: rgb(213,144,121); }
td.TdClassName
{
border-color: #D59079;
}
.TagClassName
{
border-color: #D59079;
}
</style>