Shades of Feldspar #D29376
Tints of Feldspar #D29376
RGB
CMYK
RGB Variations
Color information
#D29376 (or 0xD29376) is known color: Feldspar. HEX triplet: D2, 93 and 76. RGB value is (210,147,118). Sum of RGB (Red+Green+Blue) = 210+147+118=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D29376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29376 is #2D6C89. Grayscale: #A2A2A2. Windows color (decimal): -2976906 or 7771090. OLE color: 7771090.
HSL color Cylindrical-coordinate representation of color #D29376: hue angle of 18.91º 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 #D29376 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 147 | 118 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.18 |
| HSL | 18.91º | 0.51% | 0.64% | - |
| HSV(B) | 18.91º | 0.44% | 0.82% | - |
| XYZ | 40.28 | 35.88 | 21.94 | - |
| YUV | 162.53 | 102.87 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 147 | 118 | 0 | 0.30 | 0.44 | 0.18 | 18.91 | 0.51 | 0.64 |
| Hex | D2 | 93 | 76 | 0 | 1E | 2C | 12 | 13 | 33 | 40 |
| Octal | 322 | 223 | 166 | 0 | 36 | 54 | 22 | 23 | 63 | 100 |
| Binary | 11010010 | 10010011 | 1110110 | 0 | 11110 | 101100 | 10010 | 10011 | 110011 | 1000000 |
Color Harmonies of #D29376
Complementary color
Monochromatic Colors of #D29376
Black with #D29376
Text Example
Text Example
White with #D29376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29376; }
p { color: rgb(210,147,118); }
H1.HeaderClassName
{
color: #D29376;
}
.AnyTagClassName
{
color: #D29376;
}
</style>
background-color css
<style>
a { background-color: #D29376; }
a { background-color: rgb(210,147,118); }
div.DivClassName
{
background-color: #D29376;
}
.BgClassName
{
background-color: #D29376;
}
</style>
border-color css
<style>
span { border-color: #D29376; }
span { border-color: rgb(210,147,118); }
td.TdClassName
{
border-color: #D29376;
}
.TagClassName
{
border-color: #D29376;
}
</style>