Shades of Feldspar #D48F76
Tints of Feldspar #D48F76
RGB
CMYK
RGB Variations
Color information
#D48F76 (or 0xD48F76) is known color: Feldspar. HEX triplet: D4, 8F and 76. RGB value is (212,143,118). Sum of RGB (Red+Green+Blue) = 212+143+118=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48F76 is #2B7089. Grayscale: #A0A0A0. Windows color (decimal): -2846858 or 7770068. OLE color: 7770068.
HSL color Cylindrical-coordinate representation of color #D48F76: hue angle of 15.96º 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 #D48F76 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 143 | 118 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.17 |
| HSL | 15.96º | 0.52% | 0.65% | - |
| HSV(B) | 15.96º | 0.44% | 0.83% | - |
| XYZ | 40.24 | 34.95 | 21.76 | - |
| YUV | 160.78 | 103.86 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 143 | 118 | 0 | 0.33 | 0.44 | 0.17 | 15.96 | 0.52 | 0.65 |
| Hex | D4 | 8F | 76 | 0 | 21 | 2C | 11 | 10 | 34 | 41 |
| Octal | 324 | 217 | 166 | 0 | 41 | 54 | 21 | 20 | 64 | 101 |
| Binary | 11010100 | 10001111 | 1110110 | 0 | 100001 | 101100 | 10001 | 10000 | 110100 | 1000001 |
Color Harmonies of #D48F76
Complementary color
Monochromatic Colors of #D48F76
Black with #D48F76
Text Example
Text Example
White with #D48F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48F76; }
p { color: rgb(212,143,118); }
H1.HeaderClassName
{
color: #D48F76;
}
.AnyTagClassName
{
color: #D48F76;
}
</style>
background-color css
<style>
a { background-color: #D48F76; }
a { background-color: rgb(212,143,118); }
div.DivClassName
{
background-color: #D48F76;
}
.BgClassName
{
background-color: #D48F76;
}
</style>
border-color css
<style>
span { border-color: #D48F76; }
span { border-color: rgb(212,143,118); }
td.TdClassName
{
border-color: #D48F76;
}
.TagClassName
{
border-color: #D48F76;
}
</style>