Shades of Feldspar #D29676
Tints of Feldspar #D29676
RGB
CMYK
RGB Variations
Color information
#D29676 (or 0xD29676) is known color: Feldspar. HEX triplet: D2, 96 and 76. RGB value is (210,150,118). Sum of RGB (Red+Green+Blue) = 210+150+118=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D29676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29676 is #2D6989. Grayscale: #A4A4A4. Windows color (decimal): -2976138 or 7771858. OLE color: 7771858.
HSL color Cylindrical-coordinate representation of color #D29676: hue angle of 20.87º 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 #D29676 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 118 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.18 |
| HSL | 20.87º | 0.51% | 0.64% | - |
| HSV(B) | 20.87º | 0.44% | 0.82% | - |
| XYZ | 40.75 | 36.82 | 22.1 | - |
| YUV | 164.29 | 101.88 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 118 | 0 | 0.29 | 0.44 | 0.18 | 20.87 | 0.51 | 0.64 |
| Hex | D2 | 96 | 76 | 0 | 1D | 2C | 12 | 15 | 33 | 40 |
| Octal | 322 | 226 | 166 | 0 | 35 | 54 | 22 | 25 | 63 | 100 |
| Binary | 11010010 | 10010110 | 1110110 | 0 | 11101 | 101100 | 10010 | 10101 | 110011 | 1000000 |
Color Harmonies of #D29676
Complementary color
Monochromatic Colors of #D29676
Black with #D29676
Text Example
Text Example
White with #D29676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29676; }
p { color: rgb(210,150,118); }
H1.HeaderClassName
{
color: #D29676;
}
.AnyTagClassName
{
color: #D29676;
}
</style>
background-color css
<style>
a { background-color: #D29676; }
a { background-color: rgb(210,150,118); }
div.DivClassName
{
background-color: #D29676;
}
.BgClassName
{
background-color: #D29676;
}
</style>
border-color css
<style>
span { border-color: #D29676; }
span { border-color: rgb(210,150,118); }
td.TdClassName
{
border-color: #D29676;
}
.TagClassName
{
border-color: #D29676;
}
</style>