Shades of Feldspar #D39780
Tints of Feldspar #D39780
RGB
CMYK
RGB Variations
Color information
#D39780 (or 0xD39780) is known color: Feldspar. HEX triplet: D3, 97 and 80. RGB value is (211,151,128). Sum of RGB (Red+Green+Blue) = 211+151+128=490 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.06% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 211 - color contains mainly: red. Hex color #D39780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39780 is #2C687F. Grayscale: #A6A6A6. Windows color (decimal): -2910336 or 8427475. OLE color: 8427475.
HSL color Cylindrical-coordinate representation of color #D39780: hue angle of 16.63º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D39780 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 151 | 128 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.17 |
| HSL | 16.63º | 0.49% | 0.66% | - |
| HSV(B) | 16.63º | 0.39% | 0.83% | - |
| XYZ | 41.83 | 37.54 | 25.46 | - |
| YUV | 166.32 | 106.38 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 151 | 128 | 0 | 0.28 | 0.39 | 0.17 | 16.63 | 0.49 | 0.66 |
| Hex | D3 | 97 | 80 | 0 | 1C | 27 | 11 | 11 | 31 | 42 |
| Octal | 323 | 227 | 200 | 0 | 34 | 47 | 21 | 21 | 61 | 102 |
| Binary | 11010011 | 10010111 | 10000000 | 0 | 11100 | 100111 | 10001 | 10001 | 110001 | 1000010 |
Color Harmonies of #D39780
Complementary color
Monochromatic Colors of #D39780
Black with #D39780
Text Example
Text Example
White with #D39780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39780; }
p { color: rgb(211,151,128); }
H1.HeaderClassName
{
color: #D39780;
}
.AnyTagClassName
{
color: #D39780;
}
</style>
background-color css
<style>
a { background-color: #D39780; }
a { background-color: rgb(211,151,128); }
div.DivClassName
{
background-color: #D39780;
}
.BgClassName
{
background-color: #D39780;
}
</style>
border-color css
<style>
span { border-color: #D39780; }
span { border-color: rgb(211,151,128); }
td.TdClassName
{
border-color: #D39780;
}
.TagClassName
{
border-color: #D39780;
}
</style>