Shades of Feldspar #D19872
Tints of Feldspar #D19872
RGB
CMYK
RGB Variations
Color information
#D19872 (or 0xD19872) is known color: Feldspar. HEX triplet: D1, 98 and 72. RGB value is (209,152,114). Sum of RGB (Red+Green+Blue) = 209+152+114=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 209 - color contains mainly: red. Hex color #D19872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19872 is #2E678D. Grayscale: #A4A4A4. Windows color (decimal): -3041166 or 7510225. OLE color: 7510225.
HSL color Cylindrical-coordinate representation of color #D19872: hue angle of 24º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D19872 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 152 | 114 | - |
| CMYK | 0 | 0.27 | 0.45 | 0.18 |
| HSL | 24º | 0.51% | 0.63% | - |
| HSV(B) | 24º | 0.45% | 0.82% | - |
| XYZ | 40.56 | 37.23 | 20.97 | - |
| YUV | 164.71 | 99.38 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 114 | 0 | 0.27 | 0.45 | 0.18 | 24 | 0.51 | 0.63 |
| Hex | D1 | 98 | 72 | 0 | 1B | 2D | 12 | 18 | 33 | 3F |
| Octal | 321 | 230 | 162 | 0 | 33 | 55 | 22 | 30 | 63 | 77 |
| Binary | 11010001 | 10011000 | 1110010 | 0 | 11011 | 101101 | 10010 | 11000 | 110011 | 111111 |
Color Harmonies of #D19872
Complementary color
Monochromatic Colors of #D19872
Black with #D19872
Text Example
Text Example
White with #D19872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19872; }
p { color: rgb(209,152,114); }
H1.HeaderClassName
{
color: #D19872;
}
.AnyTagClassName
{
color: #D19872;
}
</style>
background-color css
<style>
a { background-color: #D19872; }
a { background-color: rgb(209,152,114); }
div.DivClassName
{
background-color: #D19872;
}
.BgClassName
{
background-color: #D19872;
}
</style>
border-color css
<style>
span { border-color: #D19872; }
span { border-color: rgb(209,152,114); }
td.TdClassName
{
border-color: #D19872;
}
.TagClassName
{
border-color: #D19872;
}
</style>