Shades of Feldspar #D29570
Tints of Feldspar #D29570
RGB
CMYK
RGB Variations
Color information
#D29570 (or 0xD29570) is known color: Feldspar. HEX triplet: D2, 95 and 70. RGB value is (210,149,112). Sum of RGB (Red+Green+Blue) = 210+149+112=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D29570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29570 is #2D6A8F. Grayscale: #A3A3A3. Windows color (decimal): -2976400 or 7378386. OLE color: 7378386.
HSL color Cylindrical-coordinate representation of color #D29570: hue angle of 22.65º 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 #D29570 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 149 | 112 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.18 |
| HSL | 22.65º | 0.52% | 0.63% | - |
| HSV(B) | 22.65º | 0.47% | 0.82% | - |
| XYZ | 40.25 | 36.37 | 20.23 | - |
| YUV | 163.02 | 99.21 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 112 | 0 | 0.29 | 0.47 | 0.18 | 22.65 | 0.52 | 0.63 |
| Hex | D2 | 95 | 70 | 0 | 1D | 2F | 12 | 17 | 34 | 3F |
| Octal | 322 | 225 | 160 | 0 | 35 | 57 | 22 | 27 | 64 | 77 |
| Binary | 11010010 | 10010101 | 1110000 | 0 | 11101 | 101111 | 10010 | 10111 | 110100 | 111111 |
Color Harmonies of #D29570
Complementary color
Monochromatic Colors of #D29570
Black with #D29570
Text Example
Text Example
White with #D29570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29570; }
p { color: rgb(210,149,112); }
H1.HeaderClassName
{
color: #D29570;
}
.AnyTagClassName
{
color: #D29570;
}
</style>
background-color css
<style>
a { background-color: #D29570; }
a { background-color: rgb(210,149,112); }
div.DivClassName
{
background-color: #D29570;
}
.BgClassName
{
background-color: #D29570;
}
</style>
border-color css
<style>
span { border-color: #D29570; }
span { border-color: rgb(210,149,112); }
td.TdClassName
{
border-color: #D29570;
}
.TagClassName
{
border-color: #D29570;
}
</style>