Shades of Feldspar #D59076
Tints of Feldspar #D59076
RGB
CMYK
RGB Variations
Color information
#D59076 (or 0xD59076) is known color: Feldspar. HEX triplet: D5, 90 and 76. RGB value is (213,144,118). Sum of RGB (Red+Green+Blue) = 213+144+118=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D59076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59076 is #2A6F89. Grayscale: #A1A1A1. Windows color (decimal): -2781066 or 7770325. OLE color: 7770325.
HSL color Cylindrical-coordinate representation of color #D59076: hue angle of 16.42º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D59076 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 144 | 118 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.16 |
| HSL | 16.42º | 0.53% | 0.65% | - |
| HSV(B) | 16.42º | 0.45% | 0.84% | - |
| XYZ | 40.68 | 35.4 | 21.83 | - |
| YUV | 161.67 | 103.36 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 144 | 118 | 0 | 0.32 | 0.45 | 0.16 | 16.42 | 0.53 | 0.65 |
| Hex | D5 | 90 | 76 | 0 | 20 | 2D | 10 | 10 | 35 | 41 |
| Octal | 325 | 220 | 166 | 0 | 40 | 55 | 20 | 20 | 65 | 101 |
| Binary | 11010101 | 10010000 | 1110110 | 0 | 100000 | 101101 | 10000 | 10000 | 110101 | 1000001 |
Color Harmonies of #D59076
Complementary color
Monochromatic Colors of #D59076
Black with #D59076
Text Example
Text Example
White with #D59076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59076; }
p { color: rgb(213,144,118); }
H1.HeaderClassName
{
color: #D59076;
}
.AnyTagClassName
{
color: #D59076;
}
</style>
background-color css
<style>
a { background-color: #D59076; }
a { background-color: rgb(213,144,118); }
div.DivClassName
{
background-color: #D59076;
}
.BgClassName
{
background-color: #D59076;
}
</style>
border-color css
<style>
span { border-color: #D59076; }
span { border-color: rgb(213,144,118); }
td.TdClassName
{
border-color: #D59076;
}
.TagClassName
{
border-color: #D59076;
}
</style>