Shades of Feldspar #D59679
Tints of Feldspar #D59679
RGB
CMYK
RGB Variations
Color information
#D59679 (or 0xD59679) is known color: Feldspar. HEX triplet: D5, 96 and 79. RGB value is (213,150,121). Sum of RGB (Red+Green+Blue) = 213+150+121=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 121 (47.66% from 255 or 25% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D59679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59679 is #2A6986. Grayscale: #A5A5A5. Windows color (decimal): -2779527 or 7968469. OLE color: 7968469.
HSL color Cylindrical-coordinate representation of color #D59679: hue angle of 18.91º 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 #D59679 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 150 | 121 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.16 |
| HSL | 18.91º | 0.52% | 0.65% | - |
| HSV(B) | 18.91º | 0.43% | 0.84% | - |
| XYZ | 41.8 | 37.34 | 23.09 | - |
| YUV | 165.53 | 102.87 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 121 | 0 | 0.30 | 0.43 | 0.16 | 18.91 | 0.52 | 0.65 |
| Hex | D5 | 96 | 79 | 0 | 1E | 2B | 10 | 13 | 34 | 41 |
| Octal | 325 | 226 | 171 | 0 | 36 | 53 | 20 | 23 | 64 | 101 |
| Binary | 11010101 | 10010110 | 1111001 | 0 | 11110 | 101011 | 10000 | 10011 | 110100 | 1000001 |
Color Harmonies of #D59679
Complementary color
Monochromatic Colors of #D59679
Black with #D59679
Text Example
Text Example
White with #D59679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59679; }
p { color: rgb(213,150,121); }
H1.HeaderClassName
{
color: #D59679;
}
.AnyTagClassName
{
color: #D59679;
}
</style>
background-color css
<style>
a { background-color: #D59679; }
a { background-color: rgb(213,150,121); }
div.DivClassName
{
background-color: #D59679;
}
.BgClassName
{
background-color: #D59679;
}
</style>
border-color css
<style>
span { border-color: #D59679; }
span { border-color: rgb(213,150,121); }
td.TdClassName
{
border-color: #D59679;
}
.TagClassName
{
border-color: #D59679;
}
</style>