Shades of Feldspar #D59976
Tints of Feldspar #D59976
RGB
CMYK
RGB Variations
Color information
#D59976 (or 0xD59976) is known color: Feldspar. HEX triplet: D5, 99 and 76. RGB value is (213,153,118). Sum of RGB (Red+Green+Blue) = 213+153+118=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D59976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59976 is #2A6689. Grayscale: #A7A7A7. Windows color (decimal): -2778762 or 7772629. OLE color: 7772629.
HSL color Cylindrical-coordinate representation of color #D59976: hue angle of 22.11º 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 #D59976 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 153 | 118 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.16 |
| HSL | 22.11º | 0.53% | 0.65% | - |
| HSV(B) | 22.11º | 0.45% | 0.84% | - |
| XYZ | 42.1 | 38.24 | 22.3 | - |
| YUV | 166.95 | 100.38 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 118 | 0 | 0.28 | 0.45 | 0.16 | 22.11 | 0.53 | 0.65 |
| Hex | D5 | 99 | 76 | 0 | 1C | 2D | 10 | 16 | 35 | 41 |
| Octal | 325 | 231 | 166 | 0 | 34 | 55 | 20 | 26 | 65 | 101 |
| Binary | 11010101 | 10011001 | 1110110 | 0 | 11100 | 101101 | 10000 | 10110 | 110101 | 1000001 |
Color Harmonies of #D59976
Complementary color
Monochromatic Colors of #D59976
Black with #D59976
Text Example
Text Example
White with #D59976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59976; }
p { color: rgb(213,153,118); }
H1.HeaderClassName
{
color: #D59976;
}
.AnyTagClassName
{
color: #D59976;
}
</style>
background-color css
<style>
a { background-color: #D59976; }
a { background-color: rgb(213,153,118); }
div.DivClassName
{
background-color: #D59976;
}
.BgClassName
{
background-color: #D59976;
}
</style>
border-color css
<style>
span { border-color: #D59976; }
span { border-color: rgb(213,153,118); }
td.TdClassName
{
border-color: #D59976;
}
.TagClassName
{
border-color: #D59976;
}
</style>