Shades of Feldspar #D29882
Tints of Feldspar #D29882
RGB
CMYK
RGB Variations
Color information
#D29882 (or 0xD29882) is known color: Feldspar. HEX triplet: D2, 98 and 82. RGB value is (210,152,130). Sum of RGB (Red+Green+Blue) = 210+152+130=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D29882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29882 is #2D677D. Grayscale: #A6A6A6. Windows color (decimal): -2975614 or 8558802. OLE color: 8558802.
HSL color Cylindrical-coordinate representation of color #D29882: hue angle of 16.5º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D29882 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 152 | 130 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.18 |
| HSL | 16.5º | 0.47% | 0.67% | - |
| HSV(B) | 16.5º | 0.38% | 0.82% | - |
| XYZ | 41.84 | 37.77 | 26.2 | - |
| YUV | 166.83 | 107.22 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 130 | 0 | 0.28 | 0.38 | 0.18 | 16.5 | 0.47 | 0.67 |
| Hex | D2 | 98 | 82 | 0 | 1C | 26 | 12 | 10 | 2F | 43 |
| Octal | 322 | 230 | 202 | 0 | 34 | 46 | 22 | 20 | 57 | 103 |
| Binary | 11010010 | 10011000 | 10000010 | 0 | 11100 | 100110 | 10010 | 10000 | 101111 | 1000011 |
Color Harmonies of #D29882
Complementary color
Monochromatic Colors of #D29882
Black with #D29882
Text Example
Text Example
White with #D29882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29882; }
p { color: rgb(210,152,130); }
H1.HeaderClassName
{
color: #D29882;
}
.AnyTagClassName
{
color: #D29882;
}
</style>
background-color css
<style>
a { background-color: #D29882; }
a { background-color: rgb(210,152,130); }
div.DivClassName
{
background-color: #D29882;
}
.BgClassName
{
background-color: #D29882;
}
</style>
border-color css
<style>
span { border-color: #D29882; }
span { border-color: rgb(210,152,130); }
td.TdClassName
{
border-color: #D29882;
}
.TagClassName
{
border-color: #D29882;
}
</style>