Shades of Feldspar #D29776
Tints of Feldspar #D29776
RGB
CMYK
RGB Variations
Color information
#D29776 (or 0xD29776) is known color: Feldspar. HEX triplet: D2, 97 and 76. RGB value is (210,151,118). Sum of RGB (Red+Green+Blue) = 210+151+118=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 118 (46.48% from 255 or 24.63% from 479); Max value from RGB is 210 - color contains mainly: red. Hex color #D29776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29776 is #2D6889. Grayscale: #A5A5A5. Windows color (decimal): -2975882 or 7772114. OLE color: 7772114.
HSL color Cylindrical-coordinate representation of color #D29776: hue angle of 21.52º 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 #D29776 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 151 | 118 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.18 |
| HSL | 21.52º | 0.51% | 0.64% | - |
| HSV(B) | 21.52º | 0.44% | 0.82% | - |
| XYZ | 40.91 | 37.14 | 22.15 | - |
| YUV | 164.88 | 101.55 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 151 | 118 | 0 | 0.28 | 0.44 | 0.18 | 21.52 | 0.51 | 0.64 |
| Hex | D2 | 97 | 76 | 0 | 1C | 2C | 12 | 16 | 33 | 40 |
| Octal | 322 | 227 | 166 | 0 | 34 | 54 | 22 | 26 | 63 | 100 |
| Binary | 11010010 | 10010111 | 1110110 | 0 | 11100 | 101100 | 10010 | 10110 | 110011 | 1000000 |
Color Harmonies of #D29776
Complementary color
Monochromatic Colors of #D29776
Black with #D29776
Text Example
Text Example
White with #D29776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29776; }
p { color: rgb(210,151,118); }
H1.HeaderClassName
{
color: #D29776;
}
.AnyTagClassName
{
color: #D29776;
}
</style>
background-color css
<style>
a { background-color: #D29776; }
a { background-color: rgb(210,151,118); }
div.DivClassName
{
background-color: #D29776;
}
.BgClassName
{
background-color: #D29776;
}
</style>
border-color css
<style>
span { border-color: #D29776; }
span { border-color: rgb(210,151,118); }
td.TdClassName
{
border-color: #D29776;
}
.TagClassName
{
border-color: #D29776;
}
</style>