Shades of Feldspar #D19981
Tints of Feldspar #D19981
RGB
CMYK
RGB Variations
Color information
#D19981 (or 0xD19981) is known color: Feldspar. HEX triplet: D1, 99 and 81. RGB value is (209,153,129). Sum of RGB (Red+Green+Blue) = 209+153+129=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D19981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19981 is #2E667E. Grayscale: #A7A7A7. Windows color (decimal): -3040895 or 8493521. OLE color: 8493521.
HSL color Cylindrical-coordinate representation of color #D19981: hue angle of 18º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D19981 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 153 | 129 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.18 |
| HSL | 18º | 0.47% | 0.66% | - |
| HSV(B) | 18º | 0.38% | 0.82% | - |
| XYZ | 41.65 | 37.92 | 25.89 | - |
| YUV | 167.01 | 106.55 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 129 | 0 | 0.27 | 0.38 | 0.18 | 18 | 0.47 | 0.66 |
| Hex | D1 | 99 | 81 | 0 | 1B | 26 | 12 | 12 | 2F | 42 |
| Octal | 321 | 231 | 201 | 0 | 33 | 46 | 22 | 22 | 57 | 102 |
| Binary | 11010001 | 10011001 | 10000001 | 0 | 11011 | 100110 | 10010 | 10010 | 101111 | 1000010 |
Color Harmonies of #D19981
Complementary color
Monochromatic Colors of #D19981
Black with #D19981
Text Example
Text Example
White with #D19981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19981; }
p { color: rgb(209,153,129); }
H1.HeaderClassName
{
color: #D19981;
}
.AnyTagClassName
{
color: #D19981;
}
</style>
background-color css
<style>
a { background-color: #D19981; }
a { background-color: rgb(209,153,129); }
div.DivClassName
{
background-color: #D19981;
}
.BgClassName
{
background-color: #D19981;
}
</style>
border-color css
<style>
span { border-color: #D19981; }
span { border-color: rgb(209,153,129); }
td.TdClassName
{
border-color: #D19981;
}
.TagClassName
{
border-color: #D19981;
}
</style>