Shades of Feldspar #D19878
Tints of Feldspar #D19878
RGB
CMYK
RGB Variations
Color information
#D19878 (or 0xD19878) is known color: Feldspar. HEX triplet: D1, 98 and 78. RGB value is (209,152,120). Sum of RGB (Red+Green+Blue) = 209+152+120=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 120 (47.27% from 255 or 24.95% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D19878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19878 is #2E6787. Grayscale: #A5A5A5. Windows color (decimal): -3041160 or 7903441. OLE color: 7903441.
HSL color Cylindrical-coordinate representation of color #D19878: hue angle of 21.57º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D19878 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 152 | 120 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.18 |
| HSL | 21.57º | 0.49% | 0.65% | - |
| HSV(B) | 21.57º | 0.43% | 0.82% | - |
| XYZ | 40.91 | 37.37 | 22.83 | - |
| YUV | 165.4 | 102.38 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 120 | 0 | 0.27 | 0.43 | 0.18 | 21.57 | 0.49 | 0.65 |
| Hex | D1 | 98 | 78 | 0 | 1B | 2B | 12 | 16 | 31 | 41 |
| Octal | 321 | 230 | 170 | 0 | 33 | 53 | 22 | 26 | 61 | 101 |
| Binary | 11010001 | 10011000 | 1111000 | 0 | 11011 | 101011 | 10010 | 10110 | 110001 | 1000001 |
Color Harmonies of #D19878
Complementary color
Monochromatic Colors of #D19878
Black with #D19878
Text Example
Text Example
White with #D19878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19878; }
p { color: rgb(209,152,120); }
H1.HeaderClassName
{
color: #D19878;
}
.AnyTagClassName
{
color: #D19878;
}
</style>
background-color css
<style>
a { background-color: #D19878; }
a { background-color: rgb(209,152,120); }
div.DivClassName
{
background-color: #D19878;
}
.BgClassName
{
background-color: #D19878;
}
</style>
border-color css
<style>
span { border-color: #D19878; }
span { border-color: rgb(209,152,120); }
td.TdClassName
{
border-color: #D19878;
}
.TagClassName
{
border-color: #D19878;
}
</style>