Shades of Feldspar #D29076
Tints of Feldspar #D29076
RGB
CMYK
RGB Variations
Color information
#D29076 (or 0xD29076) is known color: Feldspar. HEX triplet: D2, 90 and 76. RGB value is (210,144,118). Sum of RGB (Red+Green+Blue) = 210+144+118=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 118 (46.48% from 255 or 25% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D29076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29076 is #2D6F89. Grayscale: #A0A0A0. Windows color (decimal): -2977674 or 7770322. OLE color: 7770322.
HSL color Cylindrical-coordinate representation of color #D29076: hue angle of 16.96º 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 #D29076 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 144 | 118 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.18 |
| HSL | 16.96º | 0.51% | 0.64% | - |
| HSV(B) | 16.96º | 0.44% | 0.82% | - |
| XYZ | 39.82 | 34.96 | 21.79 | - |
| YUV | 160.77 | 103.87 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 144 | 118 | 0 | 0.31 | 0.44 | 0.18 | 16.96 | 0.51 | 0.64 |
| Hex | D2 | 90 | 76 | 0 | 1F | 2C | 12 | 11 | 33 | 40 |
| Octal | 322 | 220 | 166 | 0 | 37 | 54 | 22 | 21 | 63 | 100 |
| Binary | 11010010 | 10010000 | 1110110 | 0 | 11111 | 101100 | 10010 | 10001 | 110011 | 1000000 |
Color Harmonies of #D29076
Complementary color
Monochromatic Colors of #D29076
Black with #D29076
Text Example
Text Example
White with #D29076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29076; }
p { color: rgb(210,144,118); }
H1.HeaderClassName
{
color: #D29076;
}
.AnyTagClassName
{
color: #D29076;
}
</style>
background-color css
<style>
a { background-color: #D29076; }
a { background-color: rgb(210,144,118); }
div.DivClassName
{
background-color: #D29076;
}
.BgClassName
{
background-color: #D29076;
}
</style>
border-color css
<style>
span { border-color: #D29076; }
span { border-color: rgb(210,144,118); }
td.TdClassName
{
border-color: #D29076;
}
.TagClassName
{
border-color: #D29076;
}
</style>