Shades of Feldspar #D49175
Tints of Feldspar #D49175
RGB
CMYK
RGB Variations
Color information
#D49175 (or 0xD49175) is known color: Feldspar. HEX triplet: D4, 91 and 75. RGB value is (212,145,117). Sum of RGB (Red+Green+Blue) = 212+145+117=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 212 - color contains mainly: red. Hex color #D49175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49175 is #2B6E8A. Grayscale: #A2A2A2. Windows color (decimal): -2846347 or 7705044. OLE color: 7705044.
HSL color Cylindrical-coordinate representation of color #D49175: hue angle of 17.68º 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 #D49175 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 145 | 117 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.17 |
| HSL | 17.68º | 0.52% | 0.65% | - |
| HSV(B) | 17.68º | 0.45% | 0.83% | - |
| XYZ | 40.49 | 35.53 | 21.55 | - |
| YUV | 161.84 | 102.7 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 145 | 117 | 0 | 0.32 | 0.45 | 0.17 | 17.68 | 0.52 | 0.65 |
| Hex | D4 | 91 | 75 | 0 | 20 | 2D | 11 | 12 | 34 | 41 |
| Octal | 324 | 221 | 165 | 0 | 40 | 55 | 21 | 22 | 64 | 101 |
| Binary | 11010100 | 10010001 | 1110101 | 0 | 100000 | 101101 | 10001 | 10010 | 110100 | 1000001 |
Color Harmonies of #D49175
Complementary color
Monochromatic Colors of #D49175
Black with #D49175
Text Example
Text Example
White with #D49175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49175; }
p { color: rgb(212,145,117); }
H1.HeaderClassName
{
color: #D49175;
}
.AnyTagClassName
{
color: #D49175;
}
</style>
background-color css
<style>
a { background-color: #D49175; }
a { background-color: rgb(212,145,117); }
div.DivClassName
{
background-color: #D49175;
}
.BgClassName
{
background-color: #D49175;
}
</style>
border-color css
<style>
span { border-color: #D49175; }
span { border-color: rgb(212,145,117); }
td.TdClassName
{
border-color: #D49175;
}
.TagClassName
{
border-color: #D49175;
}
</style>