Shades of Feldspar #D49C77
Tints of Feldspar #D49C77
RGB
CMYK
RGB Variations
Color information
#D49C77 (or 0xD49C77) is known color: Feldspar. HEX triplet: D4, 9C and 77. RGB value is (212,156,119). Sum of RGB (Red+Green+Blue) = 212+156+119=487 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.53% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 119 (46.88% from 255 or 24.44% from 487); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49C77 is #2B6388. Grayscale: #A8A8A8. Windows color (decimal): -2843529 or 7838932. OLE color: 7838932.
HSL color Cylindrical-coordinate representation of color #D49C77: hue angle of 23.87º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D49C77 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 156 | 119 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.17 |
| HSL | 23.87º | 0.52% | 0.65% | - |
| HSV(B) | 23.87º | 0.44% | 0.83% | - |
| XYZ | 42.37 | 39.11 | 22.77 | - |
| YUV | 168.53 | 100.05 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 156 | 119 | 0 | 0.26 | 0.44 | 0.17 | 23.87 | 0.52 | 0.65 |
| Hex | D4 | 9C | 77 | 0 | 1A | 2C | 11 | 18 | 34 | 41 |
| Octal | 324 | 234 | 167 | 0 | 32 | 54 | 21 | 30 | 64 | 101 |
| Binary | 11010100 | 10011100 | 1110111 | 0 | 11010 | 101100 | 10001 | 11000 | 110100 | 1000001 |
Color Harmonies of #D49C77
Complementary color
Monochromatic Colors of #D49C77
Black with #D49C77
Text Example
Text Example
White with #D49C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49C77; }
p { color: rgb(212,156,119); }
H1.HeaderClassName
{
color: #D49C77;
}
.AnyTagClassName
{
color: #D49C77;
}
</style>
background-color css
<style>
a { background-color: #D49C77; }
a { background-color: rgb(212,156,119); }
div.DivClassName
{
background-color: #D49C77;
}
.BgClassName
{
background-color: #D49C77;
}
</style>
border-color css
<style>
span { border-color: #D49C77; }
span { border-color: rgb(212,156,119); }
td.TdClassName
{
border-color: #D49C77;
}
.TagClassName
{
border-color: #D49C77;
}
</style>