Shades of Feldspar #D39580
Tints of Feldspar #D39580
RGB
CMYK
RGB Variations
Color information
#D39580 (or 0xD39580) is known color: Feldspar. HEX triplet: D3, 95 and 80. RGB value is (211,149,128). Sum of RGB (Red+Green+Blue) = 211+149+128=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 211 - color contains mainly: red. Hex color #D39580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39580 is #2C6A7F. Grayscale: #A5A5A5. Windows color (decimal): -2910848 or 8426963. OLE color: 8426963.
HSL color Cylindrical-coordinate representation of color #D39580: hue angle of 15.18º 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 #D39580 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 149 | 128 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.17 |
| HSL | 15.18º | 0.49% | 0.66% | - |
| HSV(B) | 15.18º | 0.39% | 0.83% | - |
| XYZ | 41.51 | 36.9 | 25.36 | - |
| YUV | 165.14 | 107.04 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 149 | 128 | 0 | 0.29 | 0.39 | 0.17 | 15.18 | 0.49 | 0.66 |
| Hex | D3 | 95 | 80 | 0 | 1D | 27 | 11 | F | 31 | 42 |
| Octal | 323 | 225 | 200 | 0 | 35 | 47 | 21 | 17 | 61 | 102 |
| Binary | 11010011 | 10010101 | 10000000 | 0 | 11101 | 100111 | 10001 | 1111 | 110001 | 1000010 |
Color Harmonies of #D39580
Complementary color
Monochromatic Colors of #D39580
Black with #D39580
Text Example
Text Example
White with #D39580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39580; }
p { color: rgb(211,149,128); }
H1.HeaderClassName
{
color: #D39580;
}
.AnyTagClassName
{
color: #D39580;
}
</style>
background-color css
<style>
a { background-color: #D39580; }
a { background-color: rgb(211,149,128); }
div.DivClassName
{
background-color: #D39580;
}
.BgClassName
{
background-color: #D39580;
}
</style>
border-color css
<style>
span { border-color: #D39580; }
span { border-color: rgb(211,149,128); }
td.TdClassName
{
border-color: #D39580;
}
.TagClassName
{
border-color: #D39580;
}
</style>