Shades of Feldspar #D59A83
Tints of Feldspar #D59A83
RGB
CMYK
RGB Variations
Color information
#D59A83 (or 0xD59A83) is known color: Feldspar. HEX triplet: D5, 9A and 83. RGB value is (213,154,131). Sum of RGB (Red+Green+Blue) = 213+154+131=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59A83 is #2A657C. Grayscale: #A9A9A9. Windows color (decimal): -2778493 or 8624853. OLE color: 8624853.
HSL color Cylindrical-coordinate representation of color #D59A83: hue angle of 16.83º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D59A83 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 131 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.16 |
| HSL | 16.83º | 0.49% | 0.67% | - |
| HSV(B) | 16.83º | 0.38% | 0.84% | - |
| XYZ | 43.09 | 38.9 | 26.71 | - |
| YUV | 169.02 | 106.55 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 131 | 0 | 0.28 | 0.38 | 0.16 | 16.83 | 0.49 | 0.67 |
| Hex | D5 | 9A | 83 | 0 | 1C | 26 | 10 | 11 | 31 | 43 |
| Octal | 325 | 232 | 203 | 0 | 34 | 46 | 20 | 21 | 61 | 103 |
| Binary | 11010101 | 10011010 | 10000011 | 0 | 11100 | 100110 | 10000 | 10001 | 110001 | 1000011 |
Color Harmonies of #D59A83
Complementary color
Monochromatic Colors of #D59A83
Black with #D59A83
Text Example
Text Example
White with #D59A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59A83; }
p { color: rgb(213,154,131); }
H1.HeaderClassName
{
color: #D59A83;
}
.AnyTagClassName
{
color: #D59A83;
}
</style>
background-color css
<style>
a { background-color: #D59A83; }
a { background-color: rgb(213,154,131); }
div.DivClassName
{
background-color: #D59A83;
}
.BgClassName
{
background-color: #D59A83;
}
</style>
border-color css
<style>
span { border-color: #D59A83; }
span { border-color: rgb(213,154,131); }
td.TdClassName
{
border-color: #D59A83;
}
.TagClassName
{
border-color: #D59A83;
}
</style>