Shades of Feldspar #D29276
Tints of Feldspar #D29276
RGB
CMYK
RGB Variations
Color information
#D29276 (or 0xD29276) is known color: Feldspar. HEX triplet: D2, 92 and 76. RGB value is (210,146,118). Sum of RGB (Red+Green+Blue) = 210+146+118=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 210 - color contains mainly: red. Hex color #D29276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29276 is #2D6D89. Grayscale: #A2A2A2. Windows color (decimal): -2977162 or 7770834. OLE color: 7770834.
HSL color Cylindrical-coordinate representation of color #D29276: hue angle of 18.26º 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 #D29276 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 118 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.18 |
| HSL | 18.26º | 0.51% | 0.64% | - |
| HSV(B) | 18.26º | 0.44% | 0.82% | - |
| XYZ | 40.13 | 35.57 | 21.89 | - |
| YUV | 161.94 | 103.2 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 118 | 0 | 0.30 | 0.44 | 0.18 | 18.26 | 0.51 | 0.64 |
| Hex | D2 | 92 | 76 | 0 | 1E | 2C | 12 | 12 | 33 | 40 |
| Octal | 322 | 222 | 166 | 0 | 36 | 54 | 22 | 22 | 63 | 100 |
| Binary | 11010010 | 10010010 | 1110110 | 0 | 11110 | 101100 | 10010 | 10010 | 110011 | 1000000 |
Color Harmonies of #D29276
Complementary color
Monochromatic Colors of #D29276
Black with #D29276
Text Example
Text Example
White with #D29276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29276; }
p { color: rgb(210,146,118); }
H1.HeaderClassName
{
color: #D29276;
}
.AnyTagClassName
{
color: #D29276;
}
</style>
background-color css
<style>
a { background-color: #D29276; }
a { background-color: rgb(210,146,118); }
div.DivClassName
{
background-color: #D29276;
}
.BgClassName
{
background-color: #D29276;
}
</style>
border-color css
<style>
span { border-color: #D29276; }
span { border-color: rgb(210,146,118); }
td.TdClassName
{
border-color: #D29276;
}
.TagClassName
{
border-color: #D29276;
}
</style>