Shades of Feldspar #D39781
Tints of Feldspar #D39781
RGB
CMYK
RGB Variations
Color information
#D39781 (or 0xD39781) is known color: Feldspar. HEX triplet: D3, 97 and 81. RGB value is (211,151,129). Sum of RGB (Red+Green+Blue) = 211+151+129=491 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.97% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 211 - color contains mainly: red. Hex color #D39781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39781 is #2C687E. Grayscale: #A6A6A6. Windows color (decimal): -2910335 or 8493011. OLE color: 8493011.
HSL color Cylindrical-coordinate representation of color #D39781: hue angle of 16.1º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D39781 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 151 | 129 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.17 |
| HSL | 16.1º | 0.48% | 0.67% | - |
| HSV(B) | 16.1º | 0.39% | 0.83% | - |
| XYZ | 41.89 | 37.57 | 25.81 | - |
| YUV | 166.43 | 106.88 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 151 | 129 | 0 | 0.28 | 0.39 | 0.17 | 16.1 | 0.48 | 0.67 |
| Hex | D3 | 97 | 81 | 0 | 1C | 27 | 11 | 10 | 30 | 43 |
| Octal | 323 | 227 | 201 | 0 | 34 | 47 | 21 | 20 | 60 | 103 |
| Binary | 11010011 | 10010111 | 10000001 | 0 | 11100 | 100111 | 10001 | 10000 | 110000 | 1000011 |
Color Harmonies of #D39781
Complementary color
Monochromatic Colors of #D39781
Black with #D39781
Text Example
Text Example
White with #D39781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39781; }
p { color: rgb(211,151,129); }
H1.HeaderClassName
{
color: #D39781;
}
.AnyTagClassName
{
color: #D39781;
}
</style>
background-color css
<style>
a { background-color: #D39781; }
a { background-color: rgb(211,151,129); }
div.DivClassName
{
background-color: #D39781;
}
.BgClassName
{
background-color: #D39781;
}
</style>
border-color css
<style>
span { border-color: #D39781; }
span { border-color: rgb(211,151,129); }
td.TdClassName
{
border-color: #D39781;
}
.TagClassName
{
border-color: #D39781;
}
</style>