Shades of Feldspar #D48E75
Tints of Feldspar #D48E75
RGB
CMYK
RGB Variations
Color information
#D48E75 (or 0xD48E75) is known color: Feldspar. HEX triplet: D4, 8E and 75. RGB value is (212,142,117). Sum of RGB (Red+Green+Blue) = 212+142+117=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D48E75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48E75 is #2B718A. Grayscale: #A0A0A0. Windows color (decimal): -2847115 or 7704276. OLE color: 7704276.
HSL color Cylindrical-coordinate representation of color #D48E75: hue angle of 15.79º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D48E75 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 142 | 117 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.17 |
| HSL | 15.79º | 0.52% | 0.65% | - |
| HSV(B) | 15.79º | 0.45% | 0.83% | - |
| XYZ | 40.04 | 34.63 | 21.4 | - |
| YUV | 160.08 | 103.69 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 142 | 117 | 0 | 0.33 | 0.45 | 0.17 | 15.79 | 0.52 | 0.65 |
| Hex | D4 | 8E | 75 | 0 | 21 | 2D | 11 | 10 | 34 | 41 |
| Octal | 324 | 216 | 165 | 0 | 41 | 55 | 21 | 20 | 64 | 101 |
| Binary | 11010100 | 10001110 | 1110101 | 0 | 100001 | 101101 | 10001 | 10000 | 110100 | 1000001 |
Color Harmonies of #D48E75
Complementary color
Monochromatic Colors of #D48E75
Black with #D48E75
Text Example
Text Example
White with #D48E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48E75; }
p { color: rgb(212,142,117); }
H1.HeaderClassName
{
color: #D48E75;
}
.AnyTagClassName
{
color: #D48E75;
}
</style>
background-color css
<style>
a { background-color: #D48E75; }
a { background-color: rgb(212,142,117); }
div.DivClassName
{
background-color: #D48E75;
}
.BgClassName
{
background-color: #D48E75;
}
</style>
border-color css
<style>
span { border-color: #D48E75; }
span { border-color: rgb(212,142,117); }
td.TdClassName
{
border-color: #D48E75;
}
.TagClassName
{
border-color: #D48E75;
}
</style>