Shades of Feldspar #D49A79
Tints of Feldspar #D49A79
RGB
CMYK
RGB Variations
Color information
#D49A79 (or 0xD49A79) is known color: Feldspar. HEX triplet: D4, 9A and 79. RGB value is (212,154,121). Sum of RGB (Red+Green+Blue) = 212+154+121=487 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.53% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49A79 is #2B6586. Grayscale: #A7A7A7. Windows color (decimal): -2844039 or 7969492. OLE color: 7969492.
HSL color Cylindrical-coordinate representation of color #D49A79: hue angle of 21.76º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D49A79 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 154 | 121 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.17 |
| HSL | 21.76º | 0.51% | 0.65% | - |
| HSV(B) | 21.76º | 0.43% | 0.83% | - |
| XYZ | 42.16 | 38.49 | 23.3 | - |
| YUV | 167.58 | 101.72 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 154 | 121 | 0 | 0.27 | 0.43 | 0.17 | 21.76 | 0.51 | 0.65 |
| Hex | D4 | 9A | 79 | 0 | 1B | 2B | 11 | 16 | 33 | 41 |
| Octal | 324 | 232 | 171 | 0 | 33 | 53 | 21 | 26 | 63 | 101 |
| Binary | 11010100 | 10011010 | 1111001 | 0 | 11011 | 101011 | 10001 | 10110 | 110011 | 1000001 |
Color Harmonies of #D49A79
Complementary color
Monochromatic Colors of #D49A79
Black with #D49A79
Text Example
Text Example
White with #D49A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49A79; }
p { color: rgb(212,154,121); }
H1.HeaderClassName
{
color: #D49A79;
}
.AnyTagClassName
{
color: #D49A79;
}
</style>
background-color css
<style>
a { background-color: #D49A79; }
a { background-color: rgb(212,154,121); }
div.DivClassName
{
background-color: #D49A79;
}
.BgClassName
{
background-color: #D49A79;
}
</style>
border-color css
<style>
span { border-color: #D49A79; }
span { border-color: rgb(212,154,121); }
td.TdClassName
{
border-color: #D49A79;
}
.TagClassName
{
border-color: #D49A79;
}
</style>