Shades of Feldspar #D48D77
Tints of Feldspar #D48D77
RGB
CMYK
RGB Variations
Color information
#D48D77 (or 0xD48D77) is known color: Feldspar. HEX triplet: D4, 8D and 77. RGB value is (212,141,119). Sum of RGB (Red+Green+Blue) = 212+141+119=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 119 (46.88% from 255 or 25.21% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D48D77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48D77 is #2B7288. Grayscale: #9F9F9F. Windows color (decimal): -2847369 or 7835092. OLE color: 7835092.
HSL color Cylindrical-coordinate representation of color #D48D77: hue angle of 14.19º 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 #D48D77 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 141 | 119 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.17 |
| HSL | 14.19º | 0.52% | 0.65% | - |
| HSV(B) | 14.19º | 0.44% | 0.83% | - |
| XYZ | 40.01 | 34.38 | 21.98 | - |
| YUV | 159.72 | 105.02 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 141 | 119 | 0 | 0.33 | 0.44 | 0.17 | 14.19 | 0.52 | 0.65 |
| Hex | D4 | 8D | 77 | 0 | 21 | 2C | 11 | E | 34 | 41 |
| Octal | 324 | 215 | 167 | 0 | 41 | 54 | 21 | 16 | 64 | 101 |
| Binary | 11010100 | 10001101 | 1110111 | 0 | 100001 | 101100 | 10001 | 1110 | 110100 | 1000001 |
Color Harmonies of #D48D77
Complementary color
Monochromatic Colors of #D48D77
Black with #D48D77
Text Example
Text Example
White with #D48D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48D77; }
p { color: rgb(212,141,119); }
H1.HeaderClassName
{
color: #D48D77;
}
.AnyTagClassName
{
color: #D48D77;
}
</style>
background-color css
<style>
a { background-color: #D48D77; }
a { background-color: rgb(212,141,119); }
div.DivClassName
{
background-color: #D48D77;
}
.BgClassName
{
background-color: #D48D77;
}
</style>
border-color css
<style>
span { border-color: #D48D77; }
span { border-color: rgb(212,141,119); }
td.TdClassName
{
border-color: #D48D77;
}
.TagClassName
{
border-color: #D48D77;
}
</style>