Shades of Feldspar #D49878
Tints of Feldspar #D49878
RGB
CMYK
RGB Variations
Color information
#D49878 (or 0xD49878) is known color: Feldspar. HEX triplet: D4, 98 and 78. RGB value is (212,152,120). Sum of RGB (Red+Green+Blue) = 212+152+120=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 120 (47.27% from 255 or 24.79% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D49878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49878 is #2B6787. Grayscale: #A6A6A6. Windows color (decimal): -2844552 or 7903444. OLE color: 7903444.
HSL color Cylindrical-coordinate representation of color #D49878: hue angle of 20.87º degrees, saturation: 0.52, 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 #D49878 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 152 | 120 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.17 |
| HSL | 20.87º | 0.52% | 0.65% | - |
| HSV(B) | 20.87º | 0.43% | 0.83% | - |
| XYZ | 41.77 | 37.81 | 22.87 | - |
| YUV | 166.29 | 101.88 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 152 | 120 | 0 | 0.28 | 0.43 | 0.17 | 20.87 | 0.52 | 0.65 |
| Hex | D4 | 98 | 78 | 0 | 1C | 2B | 11 | 15 | 34 | 41 |
| Octal | 324 | 230 | 170 | 0 | 34 | 53 | 21 | 25 | 64 | 101 |
| Binary | 11010100 | 10011000 | 1111000 | 0 | 11100 | 101011 | 10001 | 10101 | 110100 | 1000001 |
Color Harmonies of #D49878
Complementary color
Monochromatic Colors of #D49878
Black with #D49878
Text Example
Text Example
White with #D49878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49878; }
p { color: rgb(212,152,120); }
H1.HeaderClassName
{
color: #D49878;
}
.AnyTagClassName
{
color: #D49878;
}
</style>
background-color css
<style>
a { background-color: #D49878; }
a { background-color: rgb(212,152,120); }
div.DivClassName
{
background-color: #D49878;
}
.BgClassName
{
background-color: #D49878;
}
</style>
border-color css
<style>
span { border-color: #D49878; }
span { border-color: rgb(212,152,120); }
td.TdClassName
{
border-color: #D49878;
}
.TagClassName
{
border-color: #D49878;
}
</style>