Shades of Feldspar #D49D71
Tints of Feldspar #D49D71
RGB
CMYK
RGB Variations
Color information
#D49D71 (or 0xD49D71) is known color: Feldspar. HEX triplet: D4, 9D and 71. RGB value is (212,157,113). Sum of RGB (Red+Green+Blue) = 212+157+113=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49D71 is #2B628E. Grayscale: #A8A8A8. Windows color (decimal): -2843279 or 7445972. OLE color: 7445972.
HSL color Cylindrical-coordinate representation of color #D49D71: hue angle of 26.67º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D49D71 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 157 | 113 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.17 |
| HSL | 26.67º | 0.54% | 0.64% | - |
| HSV(B) | 26.67º | 0.47% | 0.83% | - |
| XYZ | 42.19 | 39.3 | 20.99 | - |
| YUV | 168.43 | 96.72 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 157 | 113 | 0 | 0.26 | 0.47 | 0.17 | 26.67 | 0.54 | 0.64 |
| Hex | D4 | 9D | 71 | 0 | 1A | 2F | 11 | 1B | 36 | 40 |
| Octal | 324 | 235 | 161 | 0 | 32 | 57 | 21 | 33 | 66 | 100 |
| Binary | 11010100 | 10011101 | 1110001 | 0 | 11010 | 101111 | 10001 | 11011 | 110110 | 1000000 |
Color Harmonies of #D49D71
Complementary color
Monochromatic Colors of #D49D71
Black with #D49D71
Text Example
Text Example
White with #D49D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49D71; }
p { color: rgb(212,157,113); }
H1.HeaderClassName
{
color: #D49D71;
}
.AnyTagClassName
{
color: #D49D71;
}
</style>
background-color css
<style>
a { background-color: #D49D71; }
a { background-color: rgb(212,157,113); }
div.DivClassName
{
background-color: #D49D71;
}
.BgClassName
{
background-color: #D49D71;
}
</style>
border-color css
<style>
span { border-color: #D49D71; }
span { border-color: rgb(212,157,113); }
td.TdClassName
{
border-color: #D49D71;
}
.TagClassName
{
border-color: #D49D71;
}
</style>