Shades of Feldspar #D59A81
Tints of Feldspar #D59A81
RGB
CMYK
RGB Variations
Color information
#D59A81 (or 0xD59A81) is known color: Feldspar. HEX triplet: D5, 9A and 81. RGB value is (213,154,129). Sum of RGB (Red+Green+Blue) = 213+154+129=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59A81 is #2A657E. Grayscale: #A8A8A8. Windows color (decimal): -2778495 or 8493781. OLE color: 8493781.
HSL color Cylindrical-coordinate representation of color #D59A81: hue angle of 17.86º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D59A81 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 129 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.16 |
| HSL | 17.86º | 0.5% | 0.67% | - |
| HSV(B) | 17.86º | 0.39% | 0.84% | - |
| XYZ | 42.96 | 38.84 | 26 | - |
| YUV | 168.79 | 105.55 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 129 | 0 | 0.28 | 0.39 | 0.16 | 17.86 | 0.5 | 0.67 |
| Hex | D5 | 9A | 81 | 0 | 1C | 27 | 10 | 12 | 32 | 43 |
| Octal | 325 | 232 | 201 | 0 | 34 | 47 | 20 | 22 | 62 | 103 |
| Binary | 11010101 | 10011010 | 10000001 | 0 | 11100 | 100111 | 10000 | 10010 | 110010 | 1000011 |
Color Harmonies of #D59A81
Complementary color
Monochromatic Colors of #D59A81
Black with #D59A81
Text Example
Text Example
White with #D59A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59A81; }
p { color: rgb(213,154,129); }
H1.HeaderClassName
{
color: #D59A81;
}
.AnyTagClassName
{
color: #D59A81;
}
</style>
background-color css
<style>
a { background-color: #D59A81; }
a { background-color: rgb(213,154,129); }
div.DivClassName
{
background-color: #D59A81;
}
.BgClassName
{
background-color: #D59A81;
}
</style>
border-color css
<style>
span { border-color: #D59A81; }
span { border-color: rgb(213,154,129); }
td.TdClassName
{
border-color: #D59A81;
}
.TagClassName
{
border-color: #D59A81;
}
</style>