Shades of Feldspar #D48E6E
Tints of Feldspar #D48E6E
RGB
CMYK
RGB Variations
Color information
#D48E6E (or 0xD48E6E) is known color: Feldspar. HEX triplet: D4, 8E and 6E. RGB value is (212,142,110). Sum of RGB (Red+Green+Blue) = 212+142+110=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D48E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48E6E is #2B7191. Grayscale: #9F9F9F. Windows color (decimal): -2847122 or 7245524. OLE color: 7245524.
HSL color Cylindrical-coordinate representation of color #D48E6E: hue angle of 18.82º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D48E6E is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 142 | 110 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.17 |
| HSL | 18.82º | 0.54% | 0.63% | - |
| HSV(B) | 18.82º | 0.48% | 0.83% | - |
| XYZ | 39.64 | 34.47 | 19.32 | - |
| YUV | 159.28 | 100.19 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 142 | 110 | 0 | 0.33 | 0.48 | 0.17 | 18.82 | 0.54 | 0.63 |
| Hex | D4 | 8E | 6E | 0 | 21 | 30 | 11 | 13 | 36 | 3F |
| Octal | 324 | 216 | 156 | 0 | 41 | 60 | 21 | 23 | 66 | 77 |
| Binary | 11010100 | 10001110 | 1101110 | 0 | 100001 | 110000 | 10001 | 10011 | 110110 | 111111 |
Color Harmonies of #D48E6E
Complementary color
Monochromatic Colors of #D48E6E
Black with #D48E6E
Text Example
Text Example
White with #D48E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48E6E; }
p { color: rgb(212,142,110); }
H1.HeaderClassName
{
color: #D48E6E;
}
.AnyTagClassName
{
color: #D48E6E;
}
</style>
background-color css
<style>
a { background-color: #D48E6E; }
a { background-color: rgb(212,142,110); }
div.DivClassName
{
background-color: #D48E6E;
}
.BgClassName
{
background-color: #D48E6E;
}
</style>
border-color css
<style>
span { border-color: #D48E6E; }
span { border-color: rgb(212,142,110); }
td.TdClassName
{
border-color: #D48E6E;
}
.TagClassName
{
border-color: #D48E6E;
}
</style>