Shades of Feldspar #D49981
Tints of Feldspar #D49981
RGB
CMYK
RGB Variations
Color information
#D49981 (or 0xD49981) is known color: Feldspar. HEX triplet: D4, 99 and 81. RGB value is (212,153,129). Sum of RGB (Red+Green+Blue) = 212+153+129=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 212 - color contains mainly: red. Hex color #D49981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49981 is #2B667E. Grayscale: #A8A8A8. Windows color (decimal): -2844287 or 8493524. OLE color: 8493524.
HSL color Cylindrical-coordinate representation of color #D49981: hue angle of 17.35º degrees, saturation: 0.49, 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 #D49981 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 153 | 129 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.17 |
| HSL | 17.35º | 0.49% | 0.67% | - |
| HSV(B) | 17.35º | 0.39% | 0.83% | - |
| XYZ | 42.51 | 38.36 | 25.93 | - |
| YUV | 167.91 | 106.05 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 153 | 129 | 0 | 0.28 | 0.39 | 0.17 | 17.35 | 0.49 | 0.67 |
| Hex | D4 | 99 | 81 | 0 | 1C | 27 | 11 | 11 | 31 | 43 |
| Octal | 324 | 231 | 201 | 0 | 34 | 47 | 21 | 21 | 61 | 103 |
| Binary | 11010100 | 10011001 | 10000001 | 0 | 11100 | 100111 | 10001 | 10001 | 110001 | 1000011 |
Color Harmonies of #D49981
Complementary color
Monochromatic Colors of #D49981
Black with #D49981
Text Example
Text Example
White with #D49981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49981; }
p { color: rgb(212,153,129); }
H1.HeaderClassName
{
color: #D49981;
}
.AnyTagClassName
{
color: #D49981;
}
</style>
background-color css
<style>
a { background-color: #D49981; }
a { background-color: rgb(212,153,129); }
div.DivClassName
{
background-color: #D49981;
}
.BgClassName
{
background-color: #D49981;
}
</style>
border-color css
<style>
span { border-color: #D49981; }
span { border-color: rgb(212,153,129); }
td.TdClassName
{
border-color: #D49981;
}
.TagClassName
{
border-color: #D49981;
}
</style>