Shades of Feldspar #D29471
Tints of Feldspar #D29471
RGB
CMYK
RGB Variations
Color information
#D29471 (or 0xD29471) is known color: Feldspar. HEX triplet: D2, 94 and 71. RGB value is (210,148,113). Sum of RGB (Red+Green+Blue) = 210+148+113=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D29471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29471 is #2D6B8E. Grayscale: #A2A2A2. Windows color (decimal): -2976655 or 7443666. OLE color: 7443666.
HSL color Cylindrical-coordinate representation of color #D29471: hue angle of 21.65º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D29471 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 148 | 113 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.18 |
| HSL | 21.65º | 0.52% | 0.63% | - |
| HSV(B) | 21.65º | 0.46% | 0.82% | - |
| XYZ | 40.15 | 36.07 | 20.47 | - |
| YUV | 162.55 | 100.04 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 148 | 113 | 0 | 0.30 | 0.46 | 0.18 | 21.65 | 0.52 | 0.63 |
| Hex | D2 | 94 | 71 | 0 | 1E | 2E | 12 | 16 | 34 | 3F |
| Octal | 322 | 224 | 161 | 0 | 36 | 56 | 22 | 26 | 64 | 77 |
| Binary | 11010010 | 10010100 | 1110001 | 0 | 11110 | 101110 | 10010 | 10110 | 110100 | 111111 |
Color Harmonies of #D29471
Complementary color
Monochromatic Colors of #D29471
Black with #D29471
Text Example
Text Example
White with #D29471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29471; }
p { color: rgb(210,148,113); }
H1.HeaderClassName
{
color: #D29471;
}
.AnyTagClassName
{
color: #D29471;
}
</style>
background-color css
<style>
a { background-color: #D29471; }
a { background-color: rgb(210,148,113); }
div.DivClassName
{
background-color: #D29471;
}
.BgClassName
{
background-color: #D29471;
}
</style>
border-color css
<style>
span { border-color: #D29471; }
span { border-color: rgb(210,148,113); }
td.TdClassName
{
border-color: #D29471;
}
.TagClassName
{
border-color: #D29471;
}
</style>