Shades of Feldspar #D59681
Tints of Feldspar #D59681
RGB
CMYK
RGB Variations
Color information
#D59681 (or 0xD59681) is known color: Feldspar. HEX triplet: D5, 96 and 81. RGB value is (213,150,129). Sum of RGB (Red+Green+Blue) = 213+150+129=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 129 (50.78% from 255 or 26.22% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D59681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59681 is #2A697E. Grayscale: #A6A6A6. Windows color (decimal): -2779519 or 8492757. OLE color: 8492757.
HSL color Cylindrical-coordinate representation of color #D59681: hue angle of 15º 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 #D59681 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 150 | 129 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.16 |
| HSL | 15º | 0.5% | 0.67% | - |
| HSV(B) | 15º | 0.39% | 0.84% | - |
| XYZ | 42.31 | 37.54 | 25.79 | - |
| YUV | 166.44 | 106.87 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 129 | 0 | 0.30 | 0.39 | 0.16 | 15 | 0.5 | 0.67 |
| Hex | D5 | 96 | 81 | 0 | 1E | 27 | 10 | F | 32 | 43 |
| Octal | 325 | 226 | 201 | 0 | 36 | 47 | 20 | 17 | 62 | 103 |
| Binary | 11010101 | 10010110 | 10000001 | 0 | 11110 | 100111 | 10000 | 1111 | 110010 | 1000011 |
Color Harmonies of #D59681
Complementary color
Monochromatic Colors of #D59681
Black with #D59681
Text Example
Text Example
White with #D59681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59681; }
p { color: rgb(213,150,129); }
H1.HeaderClassName
{
color: #D59681;
}
.AnyTagClassName
{
color: #D59681;
}
</style>
background-color css
<style>
a { background-color: #D59681; }
a { background-color: rgb(213,150,129); }
div.DivClassName
{
background-color: #D59681;
}
.BgClassName
{
background-color: #D59681;
}
</style>
border-color css
<style>
span { border-color: #D59681; }
span { border-color: rgb(213,150,129); }
td.TdClassName
{
border-color: #D59681;
}
.TagClassName
{
border-color: #D59681;
}
</style>