Shades of Feldspar #D29475
Tints of Feldspar #D29475
RGB
CMYK
RGB Variations
Color information
#D29475 (or 0xD29475) is known color: Feldspar. HEX triplet: D2, 94 and 75. RGB value is (210,148,117). Sum of RGB (Red+Green+Blue) = 210+148+117=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 117 (46.09% from 255 or 24.63% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D29475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29475 is #2D6B8A. Grayscale: #A3A3A3. Windows color (decimal): -2976651 or 7705810. OLE color: 7705810.
HSL color Cylindrical-coordinate representation of color #D29475: hue angle of 20º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D29475 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 148 | 117 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.18 |
| HSL | 20º | 0.51% | 0.64% | - |
| HSV(B) | 20º | 0.44% | 0.82% | - |
| XYZ | 40.38 | 36.17 | 21.68 | - |
| YUV | 163 | 102.04 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 148 | 117 | 0 | 0.30 | 0.44 | 0.18 | 20 | 0.51 | 0.64 |
| Hex | D2 | 94 | 75 | 0 | 1E | 2C | 12 | 14 | 33 | 40 |
| Octal | 322 | 224 | 165 | 0 | 36 | 54 | 22 | 24 | 63 | 100 |
| Binary | 11010010 | 10010100 | 1110101 | 0 | 11110 | 101100 | 10010 | 10100 | 110011 | 1000000 |
Color Harmonies of #D29475
Complementary color
Monochromatic Colors of #D29475
Black with #D29475
Text Example
Text Example
White with #D29475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29475; }
p { color: rgb(210,148,117); }
H1.HeaderClassName
{
color: #D29475;
}
.AnyTagClassName
{
color: #D29475;
}
</style>
background-color css
<style>
a { background-color: #D29475; }
a { background-color: rgb(210,148,117); }
div.DivClassName
{
background-color: #D29475;
}
.BgClassName
{
background-color: #D29475;
}
</style>
border-color css
<style>
span { border-color: #D29475; }
span { border-color: rgb(210,148,117); }
td.TdClassName
{
border-color: #D29475;
}
.TagClassName
{
border-color: #D29475;
}
</style>