Shades of Feldspar #D48E7A
Tints of Feldspar #D48E7A
RGB
CMYK
RGB Variations
Color information
#D48E7A (or 0xD48E7A) is known color: Feldspar. HEX triplet: D4, 8E and 7A. RGB value is (212,142,122). Sum of RGB (Red+Green+Blue) = 212+142+122=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 142 (55.86% from 255 or 29.83% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D48E7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48E7A is #2B7185. Grayscale: #A0A0A0. Windows color (decimal): -2847110 or 8031956. OLE color: 8031956.
HSL color Cylindrical-coordinate representation of color #D48E7A: hue angle of 13.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D48E7A is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 142 | 122 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.17 |
| HSL | 13.33º | 0.51% | 0.65% | - |
| HSV(B) | 13.33º | 0.42% | 0.83% | - |
| XYZ | 40.34 | 34.75 | 22.99 | - |
| YUV | 160.65 | 106.19 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 142 | 122 | 0 | 0.33 | 0.42 | 0.17 | 13.33 | 0.51 | 0.65 |
| Hex | D4 | 8E | 7A | 0 | 21 | 2A | 11 | D | 33 | 41 |
| Octal | 324 | 216 | 172 | 0 | 41 | 52 | 21 | 15 | 63 | 101 |
| Binary | 11010100 | 10001110 | 1111010 | 0 | 100001 | 101010 | 10001 | 1101 | 110011 | 1000001 |
Color Harmonies of #D48E7A
Complementary color
Monochromatic Colors of #D48E7A
Black with #D48E7A
Text Example
Text Example
White with #D48E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48E7A; }
p { color: rgb(212,142,122); }
H1.HeaderClassName
{
color: #D48E7A;
}
.AnyTagClassName
{
color: #D48E7A;
}
</style>
background-color css
<style>
a { background-color: #D48E7A; }
a { background-color: rgb(212,142,122); }
div.DivClassName
{
background-color: #D48E7A;
}
.BgClassName
{
background-color: #D48E7A;
}
</style>
border-color css
<style>
span { border-color: #D48E7A; }
span { border-color: rgb(212,142,122); }
td.TdClassName
{
border-color: #D48E7A;
}
.TagClassName
{
border-color: #D48E7A;
}
</style>