Shades of Feldspar #D49275
Tints of Feldspar #D49275
RGB
CMYK
RGB Variations
Color information
#D49275 (or 0xD49275) is known color: Feldspar. HEX triplet: D4, 92 and 75. RGB value is (212,146,117). Sum of RGB (Red+Green+Blue) = 212+146+117=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 117 (46.09% from 255 or 24.63% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D49275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49275 is #2B6D8A. Grayscale: #A2A2A2. Windows color (decimal): -2846091 or 7705300. OLE color: 7705300.
HSL color Cylindrical-coordinate representation of color #D49275: hue angle of 18.32º 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 #D49275 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 117 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.17 |
| HSL | 18.32º | 0.52% | 0.65% | - |
| HSV(B) | 18.32º | 0.45% | 0.83% | - |
| XYZ | 40.64 | 35.84 | 21.61 | - |
| YUV | 162.43 | 102.37 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 117 | 0 | 0.31 | 0.45 | 0.17 | 18.32 | 0.52 | 0.65 |
| Hex | D4 | 92 | 75 | 0 | 1F | 2D | 11 | 12 | 34 | 41 |
| Octal | 324 | 222 | 165 | 0 | 37 | 55 | 21 | 22 | 64 | 101 |
| Binary | 11010100 | 10010010 | 1110101 | 0 | 11111 | 101101 | 10001 | 10010 | 110100 | 1000001 |
Color Harmonies of #D49275
Complementary color
Monochromatic Colors of #D49275
Black with #D49275
Text Example
Text Example
White with #D49275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49275; }
p { color: rgb(212,146,117); }
H1.HeaderClassName
{
color: #D49275;
}
.AnyTagClassName
{
color: #D49275;
}
</style>
background-color css
<style>
a { background-color: #D49275; }
a { background-color: rgb(212,146,117); }
div.DivClassName
{
background-color: #D49275;
}
.BgClassName
{
background-color: #D49275;
}
</style>
border-color css
<style>
span { border-color: #D49275; }
span { border-color: rgb(212,146,117); }
td.TdClassName
{
border-color: #D49275;
}
.TagClassName
{
border-color: #D49275;
}
</style>