Shades of Feldspar #D48972
Tints of Feldspar #D48972
RGB
CMYK
RGB Variations
Color information
#D48972 (or 0xD48972) is known color: Feldspar. HEX triplet: D4, 89 and 72. RGB value is (212,137,114). Sum of RGB (Red+Green+Blue) = 212+137+114=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D48972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48972 is #2B768D. Grayscale: #9C9C9C. Windows color (decimal): -2848398 or 7506388. OLE color: 7506388.
HSL color Cylindrical-coordinate representation of color #D48972: hue angle of 14.08º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D48972 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 137 | 114 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.17 |
| HSL | 14.08º | 0.53% | 0.64% | - |
| HSV(B) | 14.08º | 0.46% | 0.83% | - |
| XYZ | 39.13 | 33.1 | 20.25 | - |
| YUV | 156.8 | 103.85 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 137 | 114 | 0 | 0.35 | 0.46 | 0.17 | 14.08 | 0.53 | 0.64 |
| Hex | D4 | 89 | 72 | 0 | 23 | 2E | 11 | E | 35 | 40 |
| Octal | 324 | 211 | 162 | 0 | 43 | 56 | 21 | 16 | 65 | 100 |
| Binary | 11010100 | 10001001 | 1110010 | 0 | 100011 | 101110 | 10001 | 1110 | 110101 | 1000000 |
Color Harmonies of #D48972
Complementary color
Monochromatic Colors of #D48972
Black with #D48972
Text Example
Text Example
White with #D48972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48972; }
p { color: rgb(212,137,114); }
H1.HeaderClassName
{
color: #D48972;
}
.AnyTagClassName
{
color: #D48972;
}
</style>
background-color css
<style>
a { background-color: #D48972; }
a { background-color: rgb(212,137,114); }
div.DivClassName
{
background-color: #D48972;
}
.BgClassName
{
background-color: #D48972;
}
</style>
border-color css
<style>
span { border-color: #D48972; }
span { border-color: rgb(212,137,114); }
td.TdClassName
{
border-color: #D48972;
}
.TagClassName
{
border-color: #D48972;
}
</style>