Shades of Feldspar #D49375
Tints of Feldspar #D49375
RGB
CMYK
RGB Variations
Color information
#D49375 (or 0xD49375) is known color: Feldspar. HEX triplet: D4, 93 and 75. RGB value is (212,147,117). Sum of RGB (Red+Green+Blue) = 212+147+117=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D49375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49375 is #2B6C8A. Grayscale: #A3A3A3. Windows color (decimal): -2845835 or 7705556. OLE color: 7705556.
HSL color Cylindrical-coordinate representation of color #D49375: hue angle of 18.95º 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 #D49375 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 147 | 117 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.17 |
| HSL | 18.95º | 0.52% | 0.65% | - |
| HSV(B) | 18.95º | 0.45% | 0.83% | - |
| XYZ | 40.8 | 36.15 | 21.66 | - |
| YUV | 163.02 | 102.03 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 117 | 0 | 0.31 | 0.45 | 0.17 | 18.95 | 0.52 | 0.65 |
| Hex | D4 | 93 | 75 | 0 | 1F | 2D | 11 | 13 | 34 | 41 |
| Octal | 324 | 223 | 165 | 0 | 37 | 55 | 21 | 23 | 64 | 101 |
| Binary | 11010100 | 10010011 | 1110101 | 0 | 11111 | 101101 | 10001 | 10011 | 110100 | 1000001 |
Color Harmonies of #D49375
Complementary color
Monochromatic Colors of #D49375
Black with #D49375
Text Example
Text Example
White with #D49375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49375; }
p { color: rgb(212,147,117); }
H1.HeaderClassName
{
color: #D49375;
}
.AnyTagClassName
{
color: #D49375;
}
</style>
background-color css
<style>
a { background-color: #D49375; }
a { background-color: rgb(212,147,117); }
div.DivClassName
{
background-color: #D49375;
}
.BgClassName
{
background-color: #D49375;
}
</style>
border-color css
<style>
span { border-color: #D49375; }
span { border-color: rgb(212,147,117); }
td.TdClassName
{
border-color: #D49375;
}
.TagClassName
{
border-color: #D49375;
}
</style>