Shades of Feldspar #D29883
Tints of Feldspar #D29883
RGB
CMYK
RGB Variations
Color information
#D29883 (or 0xD29883) is known color: Feldspar. HEX triplet: D2, 98 and 83. RGB value is (210,152,131). Sum of RGB (Red+Green+Blue) = 210+152+131=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 131 (51.56% from 255 or 26.57% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D29883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29883 is #2D677C. Grayscale: #A7A7A7. Windows color (decimal): -2975613 or 8624338. OLE color: 8624338.
HSL color Cylindrical-coordinate representation of color #D29883: hue angle of 15.95º 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 #D29883 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 152 | 131 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.18 |
| HSL | 15.95º | 0.47% | 0.67% | - |
| HSV(B) | 15.95º | 0.38% | 0.82% | - |
| XYZ | 41.9 | 37.8 | 26.56 | - |
| YUV | 166.95 | 107.72 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 131 | 0 | 0.28 | 0.38 | 0.18 | 15.95 | 0.47 | 0.67 |
| Hex | D2 | 98 | 83 | 0 | 1C | 26 | 12 | 10 | 2F | 43 |
| Octal | 322 | 230 | 203 | 0 | 34 | 46 | 22 | 20 | 57 | 103 |
| Binary | 11010010 | 10011000 | 10000011 | 0 | 11100 | 100110 | 10010 | 10000 | 101111 | 1000011 |
Color Harmonies of #D29883
Complementary color
Monochromatic Colors of #D29883
Black with #D29883
Text Example
Text Example
White with #D29883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29883; }
p { color: rgb(210,152,131); }
H1.HeaderClassName
{
color: #D29883;
}
.AnyTagClassName
{
color: #D29883;
}
</style>
background-color css
<style>
a { background-color: #D29883; }
a { background-color: rgb(210,152,131); }
div.DivClassName
{
background-color: #D29883;
}
.BgClassName
{
background-color: #D29883;
}
</style>
border-color css
<style>
span { border-color: #D29883; }
span { border-color: rgb(210,152,131); }
td.TdClassName
{
border-color: #D29883;
}
.TagClassName
{
border-color: #D29883;
}
</style>