Shades of Feldspar #D29170
Tints of Feldspar #D29170
RGB
CMYK
RGB Variations
Color information
#D29170 (or 0xD29170) is known color: Feldspar. HEX triplet: D2, 91 and 70. RGB value is (210,145,112). Sum of RGB (Red+Green+Blue) = 210+145+112=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D29170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29170 is #2D6E8F. Grayscale: #A0A0A0. Windows color (decimal): -2977424 or 7377362. OLE color: 7377362.
HSL color Cylindrical-coordinate representation of color #D29170: hue angle of 20.2º 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 #D29170 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 112 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.18 |
| HSL | 20.2º | 0.52% | 0.63% | - |
| HSV(B) | 20.2º | 0.47% | 0.82% | - |
| XYZ | 39.63 | 35.12 | 20.02 | - |
| YUV | 160.67 | 100.53 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 112 | 0 | 0.31 | 0.47 | 0.18 | 20.2 | 0.52 | 0.63 |
| Hex | D2 | 91 | 70 | 0 | 1F | 2F | 12 | 14 | 34 | 3F |
| Octal | 322 | 221 | 160 | 0 | 37 | 57 | 22 | 24 | 64 | 77 |
| Binary | 11010010 | 10010001 | 1110000 | 0 | 11111 | 101111 | 10010 | 10100 | 110100 | 111111 |
Color Harmonies of #D29170
Complementary color
Monochromatic Colors of #D29170
Black with #D29170
Text Example
Text Example
White with #D29170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29170; }
p { color: rgb(210,145,112); }
H1.HeaderClassName
{
color: #D29170;
}
.AnyTagClassName
{
color: #D29170;
}
</style>
background-color css
<style>
a { background-color: #D29170; }
a { background-color: rgb(210,145,112); }
div.DivClassName
{
background-color: #D29170;
}
.BgClassName
{
background-color: #D29170;
}
</style>
border-color css
<style>
span { border-color: #D29170; }
span { border-color: rgb(210,145,112); }
td.TdClassName
{
border-color: #D29170;
}
.TagClassName
{
border-color: #D29170;
}
</style>