Shades of Feldspar #D29176
Tints of Feldspar #D29176
RGB
CMYK
RGB Variations
Color information
#D29176 (or 0xD29176) is known color: Feldspar. HEX triplet: D2, 91 and 76. RGB value is (210,145,118). Sum of RGB (Red+Green+Blue) = 210+145+118=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D29176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29176 is #2D6E89. Grayscale: #A1A1A1. Windows color (decimal): -2977418 or 7770578. OLE color: 7770578.
HSL color Cylindrical-coordinate representation of color #D29176: hue angle of 17.61º 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 #D29176 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 118 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.18 |
| HSL | 17.61º | 0.51% | 0.64% | - |
| HSV(B) | 17.61º | 0.44% | 0.82% | - |
| XYZ | 39.97 | 35.26 | 21.84 | - |
| YUV | 161.36 | 103.53 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 118 | 0 | 0.31 | 0.44 | 0.18 | 17.61 | 0.51 | 0.64 |
| Hex | D2 | 91 | 76 | 0 | 1F | 2C | 12 | 12 | 33 | 40 |
| Octal | 322 | 221 | 166 | 0 | 37 | 54 | 22 | 22 | 63 | 100 |
| Binary | 11010010 | 10010001 | 1110110 | 0 | 11111 | 101100 | 10010 | 10010 | 110011 | 1000000 |
Color Harmonies of #D29176
Complementary color
Monochromatic Colors of #D29176
Black with #D29176
Text Example
Text Example
White with #D29176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29176; }
p { color: rgb(210,145,118); }
H1.HeaderClassName
{
color: #D29176;
}
.AnyTagClassName
{
color: #D29176;
}
</style>
background-color css
<style>
a { background-color: #D29176; }
a { background-color: rgb(210,145,118); }
div.DivClassName
{
background-color: #D29176;
}
.BgClassName
{
background-color: #D29176;
}
</style>
border-color css
<style>
span { border-color: #D29176; }
span { border-color: rgb(210,145,118); }
td.TdClassName
{
border-color: #D29176;
}
.TagClassName
{
border-color: #D29176;
}
</style>