Shades of Feldspar #D29B76
Tints of Feldspar #D29B76
RGB
CMYK
RGB Variations
Color information
#D29B76 (or 0xD29B76) is known color: Feldspar. HEX triplet: D2, 9B and 76. RGB value is (210,155,118). Sum of RGB (Red+Green+Blue) = 210+155+118=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D29B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29B76 is #2D6489. Grayscale: #A7A7A7. Windows color (decimal): -2974858 or 7773138. OLE color: 7773138.
HSL color Cylindrical-coordinate representation of color #D29B76: hue angle of 24.13º 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 #D29B76 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 155 | 118 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.18 |
| HSL | 24.13º | 0.51% | 0.64% | - |
| HSV(B) | 24.13º | 0.44% | 0.82% | - |
| XYZ | 41.57 | 38.45 | 22.37 | - |
| YUV | 167.23 | 100.22 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 118 | 0 | 0.26 | 0.44 | 0.18 | 24.13 | 0.51 | 0.64 |
| Hex | D2 | 9B | 76 | 0 | 1A | 2C | 12 | 18 | 33 | 40 |
| Octal | 322 | 233 | 166 | 0 | 32 | 54 | 22 | 30 | 63 | 100 |
| Binary | 11010010 | 10011011 | 1110110 | 0 | 11010 | 101100 | 10010 | 11000 | 110011 | 1000000 |
Color Harmonies of #D29B76
Complementary color
Monochromatic Colors of #D29B76
Black with #D29B76
Text Example
Text Example
White with #D29B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29B76; }
p { color: rgb(210,155,118); }
H1.HeaderClassName
{
color: #D29B76;
}
.AnyTagClassName
{
color: #D29B76;
}
</style>
background-color css
<style>
a { background-color: #D29B76; }
a { background-color: rgb(210,155,118); }
div.DivClassName
{
background-color: #D29B76;
}
.BgClassName
{
background-color: #D29B76;
}
</style>
border-color css
<style>
span { border-color: #D29B76; }
span { border-color: rgb(210,155,118); }
td.TdClassName
{
border-color: #D29B76;
}
.TagClassName
{
border-color: #D29B76;
}
</style>