Shades of Feldspar #D48F73
Tints of Feldspar #D48F73
RGB
CMYK
RGB Variations
Color information
#D48F73 (or 0xD48F73) is known color: Feldspar. HEX triplet: D4, 8F and 73. RGB value is (212,143,115). Sum of RGB (Red+Green+Blue) = 212+143+115=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 115 (45.31% from 255 or 24.47% from 470); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48F73 is #2B708C. Grayscale: #A0A0A0. Windows color (decimal): -2846861 or 7573460. OLE color: 7573460.
HSL color Cylindrical-coordinate representation of color #D48F73: hue angle of 17.32º 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 #D48F73 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 143 | 115 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.17 |
| HSL | 17.32º | 0.53% | 0.64% | - |
| HSV(B) | 17.32º | 0.46% | 0.83% | - |
| XYZ | 40.07 | 34.88 | 20.84 | - |
| YUV | 160.44 | 102.36 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 143 | 115 | 0 | 0.33 | 0.46 | 0.17 | 17.32 | 0.53 | 0.64 |
| Hex | D4 | 8F | 73 | 0 | 21 | 2E | 11 | 11 | 35 | 40 |
| Octal | 324 | 217 | 163 | 0 | 41 | 56 | 21 | 21 | 65 | 100 |
| Binary | 11010100 | 10001111 | 1110011 | 0 | 100001 | 101110 | 10001 | 10001 | 110101 | 1000000 |
Color Harmonies of #D48F73
Complementary color
Monochromatic Colors of #D48F73
Black with #D48F73
Text Example
Text Example
White with #D48F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48F73; }
p { color: rgb(212,143,115); }
H1.HeaderClassName
{
color: #D48F73;
}
.AnyTagClassName
{
color: #D48F73;
}
</style>
background-color css
<style>
a { background-color: #D48F73; }
a { background-color: rgb(212,143,115); }
div.DivClassName
{
background-color: #D48F73;
}
.BgClassName
{
background-color: #D48F73;
}
</style>
border-color css
<style>
span { border-color: #D48F73; }
span { border-color: rgb(212,143,115); }
td.TdClassName
{
border-color: #D48F73;
}
.TagClassName
{
border-color: #D48F73;
}
</style>