Shades of Feldspar #D48F77
Tints of Feldspar #D48F77
RGB
CMYK
RGB Variations
Color information
#D48F77 (or 0xD48F77) is known color: Feldspar. HEX triplet: D4, 8F and 77. RGB value is (212,143,119). Sum of RGB (Red+Green+Blue) = 212+143+119=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48F77 is #2B7088. Grayscale: #A1A1A1. Windows color (decimal): -2846857 or 7835604. OLE color: 7835604.
HSL color Cylindrical-coordinate representation of color #D48F77: hue angle of 15.48º 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 #D48F77 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 143 | 119 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.17 |
| HSL | 15.48º | 0.52% | 0.65% | - |
| HSV(B) | 15.48º | 0.44% | 0.83% | - |
| XYZ | 40.3 | 34.97 | 22.08 | - |
| YUV | 160.9 | 104.36 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 143 | 119 | 0 | 0.33 | 0.44 | 0.17 | 15.48 | 0.52 | 0.65 |
| Hex | D4 | 8F | 77 | 0 | 21 | 2C | 11 | F | 34 | 41 |
| Octal | 324 | 217 | 167 | 0 | 41 | 54 | 21 | 17 | 64 | 101 |
| Binary | 11010100 | 10001111 | 1110111 | 0 | 100001 | 101100 | 10001 | 1111 | 110100 | 1000001 |
Color Harmonies of #D48F77
Complementary color
Monochromatic Colors of #D48F77
Black with #D48F77
Text Example
Text Example
White with #D48F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48F77; }
p { color: rgb(212,143,119); }
H1.HeaderClassName
{
color: #D48F77;
}
.AnyTagClassName
{
color: #D48F77;
}
</style>
background-color css
<style>
a { background-color: #D48F77; }
a { background-color: rgb(212,143,119); }
div.DivClassName
{
background-color: #D48F77;
}
.BgClassName
{
background-color: #D48F77;
}
</style>
border-color css
<style>
span { border-color: #D48F77; }
span { border-color: rgb(212,143,119); }
td.TdClassName
{
border-color: #D48F77;
}
.TagClassName
{
border-color: #D48F77;
}
</style>