Shades of Feldspar #D59A6F
Tints of Feldspar #D59A6F
RGB
CMYK
RGB Variations
Color information
#D59A6F (or 0xD59A6F) is known color: Feldspar. HEX triplet: D5, 9A and 6F. RGB value is (213,154,111). Sum of RGB (Red+Green+Blue) = 213+154+111=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59A6F is #2A6590. Grayscale: #A6A6A6. Windows color (decimal): -2778513 or 7314133. OLE color: 7314133.
HSL color Cylindrical-coordinate representation of color #D59A6F: hue angle of 25.29º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D59A6F is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 111 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.16 |
| HSL | 25.29º | 0.55% | 0.64% | - |
| HSV(B) | 25.29º | 0.48% | 0.84% | - |
| XYZ | 41.87 | 38.41 | 20.25 | - |
| YUV | 166.74 | 96.55 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 111 | 0 | 0.28 | 0.48 | 0.16 | 25.29 | 0.55 | 0.64 |
| Hex | D5 | 9A | 6F | 0 | 1C | 30 | 10 | 19 | 37 | 40 |
| Octal | 325 | 232 | 157 | 0 | 34 | 60 | 20 | 31 | 67 | 100 |
| Binary | 11010101 | 10011010 | 1101111 | 0 | 11100 | 110000 | 10000 | 11001 | 110111 | 1000000 |
Color Harmonies of #D59A6F
Complementary color
Monochromatic Colors of #D59A6F
Black with #D59A6F
Text Example
Text Example
White with #D59A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59A6F; }
p { color: rgb(213,154,111); }
H1.HeaderClassName
{
color: #D59A6F;
}
.AnyTagClassName
{
color: #D59A6F;
}
</style>
background-color css
<style>
a { background-color: #D59A6F; }
a { background-color: rgb(213,154,111); }
div.DivClassName
{
background-color: #D59A6F;
}
.BgClassName
{
background-color: #D59A6F;
}
</style>
border-color css
<style>
span { border-color: #D59A6F; }
span { border-color: rgb(213,154,111); }
td.TdClassName
{
border-color: #D59A6F;
}
.TagClassName
{
border-color: #D59A6F;
}
</style>