Shades of Feldspar #D48E78
Tints of Feldspar #D48E78
RGB
CMYK
RGB Variations
Color information
#D48E78 (or 0xD48E78) is known color: Feldspar. HEX triplet: D4, 8E and 78. RGB value is (212,142,120). Sum of RGB (Red+Green+Blue) = 212+142+120=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 212 - color contains mainly: red. Hex color #D48E78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48E78 is #2B7187. Grayscale: #A0A0A0. Windows color (decimal): -2847112 or 7900884. OLE color: 7900884.
HSL color Cylindrical-coordinate representation of color #D48E78: hue angle of 14.35º 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 #D48E78 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 142 | 120 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.17 |
| HSL | 14.35º | 0.52% | 0.65% | - |
| HSV(B) | 14.35º | 0.43% | 0.83% | - |
| XYZ | 40.21 | 34.7 | 22.35 | - |
| YUV | 160.42 | 105.19 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 142 | 120 | 0 | 0.33 | 0.43 | 0.17 | 14.35 | 0.52 | 0.65 |
| Hex | D4 | 8E | 78 | 0 | 21 | 2B | 11 | E | 34 | 41 |
| Octal | 324 | 216 | 170 | 0 | 41 | 53 | 21 | 16 | 64 | 101 |
| Binary | 11010100 | 10001110 | 1111000 | 0 | 100001 | 101011 | 10001 | 1110 | 110100 | 1000001 |
Color Harmonies of #D48E78
Complementary color
Monochromatic Colors of #D48E78
Black with #D48E78
Text Example
Text Example
White with #D48E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48E78; }
p { color: rgb(212,142,120); }
H1.HeaderClassName
{
color: #D48E78;
}
.AnyTagClassName
{
color: #D48E78;
}
</style>
background-color css
<style>
a { background-color: #D48E78; }
a { background-color: rgb(212,142,120); }
div.DivClassName
{
background-color: #D48E78;
}
.BgClassName
{
background-color: #D48E78;
}
</style>
border-color css
<style>
span { border-color: #D48E78; }
span { border-color: rgb(212,142,120); }
td.TdClassName
{
border-color: #D48E78;
}
.TagClassName
{
border-color: #D48E78;
}
</style>