Shades of Feldspar #D29872
Tints of Feldspar #D29872
RGB
CMYK
RGB Variations
Color information
#D29872 (or 0xD29872) is known color: Feldspar. HEX triplet: D2, 98 and 72. RGB value is (210,152,114). Sum of RGB (Red+Green+Blue) = 210+152+114=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D29872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29872 is #2D678D. Grayscale: #A5A5A5. Windows color (decimal): -2975630 or 7510226. OLE color: 7510226.
HSL color Cylindrical-coordinate representation of color #D29872: hue angle of 23.75º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D29872 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 152 | 114 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.18 |
| HSL | 23.75º | 0.52% | 0.64% | - |
| HSV(B) | 23.75º | 0.46% | 0.82% | - |
| XYZ | 40.84 | 37.37 | 20.98 | - |
| YUV | 165.01 | 99.22 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 114 | 0 | 0.28 | 0.46 | 0.18 | 23.75 | 0.52 | 0.64 |
| Hex | D2 | 98 | 72 | 0 | 1C | 2E | 12 | 18 | 34 | 40 |
| Octal | 322 | 230 | 162 | 0 | 34 | 56 | 22 | 30 | 64 | 100 |
| Binary | 11010010 | 10011000 | 1110010 | 0 | 11100 | 101110 | 10010 | 11000 | 110100 | 1000000 |
Color Harmonies of #D29872
Complementary color
Monochromatic Colors of #D29872
Black with #D29872
Text Example
Text Example
White with #D29872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29872; }
p { color: rgb(210,152,114); }
H1.HeaderClassName
{
color: #D29872;
}
.AnyTagClassName
{
color: #D29872;
}
</style>
background-color css
<style>
a { background-color: #D29872; }
a { background-color: rgb(210,152,114); }
div.DivClassName
{
background-color: #D29872;
}
.BgClassName
{
background-color: #D29872;
}
</style>
border-color css
<style>
span { border-color: #D29872; }
span { border-color: rgb(210,152,114); }
td.TdClassName
{
border-color: #D29872;
}
.TagClassName
{
border-color: #D29872;
}
</style>