Shades of Feldspar #D29970
Tints of Feldspar #D29970
RGB
CMYK
RGB Variations
Color information
#D29970 (or 0xD29970) is known color: Feldspar. HEX triplet: D2, 99 and 70. RGB value is (210,153,112). Sum of RGB (Red+Green+Blue) = 210+153+112=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D29970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29970 is #2D668F. Grayscale: #A5A5A5. Windows color (decimal): -2975376 or 7379410. OLE color: 7379410.
HSL color Cylindrical-coordinate representation of color #D29970: hue angle of 25.1º 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 #D29970 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 153 | 112 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.18 |
| HSL | 25.1º | 0.52% | 0.63% | - |
| HSV(B) | 25.1º | 0.47% | 0.82% | - |
| XYZ | 40.89 | 37.65 | 20.44 | - |
| YUV | 165.37 | 97.88 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 153 | 112 | 0 | 0.27 | 0.47 | 0.18 | 25.1 | 0.52 | 0.63 |
| Hex | D2 | 99 | 70 | 0 | 1B | 2F | 12 | 19 | 34 | 3F |
| Octal | 322 | 231 | 160 | 0 | 33 | 57 | 22 | 31 | 64 | 77 |
| Binary | 11010010 | 10011001 | 1110000 | 0 | 11011 | 101111 | 10010 | 11001 | 110100 | 111111 |
Color Harmonies of #D29970
Complementary color
Monochromatic Colors of #D29970
Black with #D29970
Text Example
Text Example
White with #D29970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29970; }
p { color: rgb(210,153,112); }
H1.HeaderClassName
{
color: #D29970;
}
.AnyTagClassName
{
color: #D29970;
}
</style>
background-color css
<style>
a { background-color: #D29970; }
a { background-color: rgb(210,153,112); }
div.DivClassName
{
background-color: #D29970;
}
.BgClassName
{
background-color: #D29970;
}
</style>
border-color css
<style>
span { border-color: #D29970; }
span { border-color: rgb(210,153,112); }
td.TdClassName
{
border-color: #D29970;
}
.TagClassName
{
border-color: #D29970;
}
</style>