Shades of Feldspar #D19580
Tints of Feldspar #D19580
RGB
CMYK
RGB Variations
Color information
#D19580 (or 0xD19580) is known color: Feldspar. HEX triplet: D1, 95 and 80. RGB value is (209,149,128). Sum of RGB (Red+Green+Blue) = 209+149+128=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D19580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19580 is #2E6A7F. Grayscale: #A4A4A4. Windows color (decimal): -3041920 or 8426961. OLE color: 8426961.
HSL color Cylindrical-coordinate representation of color #D19580: hue angle of 15.56º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D19580 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 149 | 128 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.18 |
| HSL | 15.56º | 0.47% | 0.66% | - |
| HSV(B) | 15.56º | 0.39% | 0.82% | - |
| XYZ | 40.94 | 36.61 | 25.33 | - |
| YUV | 164.55 | 107.38 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 149 | 128 | 0 | 0.29 | 0.39 | 0.18 | 15.56 | 0.47 | 0.66 |
| Hex | D1 | 95 | 80 | 0 | 1D | 27 | 12 | 10 | 2F | 42 |
| Octal | 321 | 225 | 200 | 0 | 35 | 47 | 22 | 20 | 57 | 102 |
| Binary | 11010001 | 10010101 | 10000000 | 0 | 11101 | 100111 | 10010 | 10000 | 101111 | 1000010 |
Color Harmonies of #D19580
Complementary color
Monochromatic Colors of #D19580
Black with #D19580
Text Example
Text Example
White with #D19580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19580; }
p { color: rgb(209,149,128); }
H1.HeaderClassName
{
color: #D19580;
}
.AnyTagClassName
{
color: #D19580;
}
</style>
background-color css
<style>
a { background-color: #D19580; }
a { background-color: rgb(209,149,128); }
div.DivClassName
{
background-color: #D19580;
}
.BgClassName
{
background-color: #D19580;
}
</style>
border-color css
<style>
span { border-color: #D19580; }
span { border-color: rgb(209,149,128); }
td.TdClassName
{
border-color: #D19580;
}
.TagClassName
{
border-color: #D19580;
}
</style>