Shades of Feldspar #D29E70
Tints of Feldspar #D29E70
RGB
CMYK
RGB Variations
Color information
#D29E70 (or 0xD29E70) is known color: Feldspar. HEX triplet: D2, 9E and 70. RGB value is (210,158,112). Sum of RGB (Red+Green+Blue) = 210+158+112=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 158 (62.11% from 255 or 32.92% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29E70 is #2D618F. Grayscale: #A8A8A8. Windows color (decimal): -2974096 or 7380690. OLE color: 7380690.
HSL color Cylindrical-coordinate representation of color #D29E70: hue angle of 28.16º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D29E70 is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 158 | 112 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.18 |
| HSL | 28.16º | 0.52% | 0.63% | - |
| HSV(B) | 28.16º | 0.47% | 0.82% | - |
| XYZ | 41.73 | 39.33 | 20.72 | - |
| YUV | 168.3 | 96.23 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 158 | 112 | 0 | 0.25 | 0.47 | 0.18 | 28.16 | 0.52 | 0.63 |
| Hex | D2 | 9E | 70 | 0 | 19 | 2F | 12 | 1C | 34 | 3F |
| Octal | 322 | 236 | 160 | 0 | 31 | 57 | 22 | 34 | 64 | 77 |
| Binary | 11010010 | 10011110 | 1110000 | 0 | 11001 | 101111 | 10010 | 11100 | 110100 | 111111 |
Color Harmonies of #D29E70
Complementary color
Monochromatic Colors of #D29E70
Black with #D29E70
Text Example
Text Example
White with #D29E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29E70; }
p { color: rgb(210,158,112); }
H1.HeaderClassName
{
color: #D29E70;
}
.AnyTagClassName
{
color: #D29E70;
}
</style>
background-color css
<style>
a { background-color: #D29E70; }
a { background-color: rgb(210,158,112); }
div.DivClassName
{
background-color: #D29E70;
}
.BgClassName
{
background-color: #D29E70;
}
</style>
border-color css
<style>
span { border-color: #D29E70; }
span { border-color: rgb(210,158,112); }
td.TdClassName
{
border-color: #D29E70;
}
.TagClassName
{
border-color: #D29E70;
}
</style>