Shades of Feldspar #D19270
Tints of Feldspar #D19270
RGB
CMYK
RGB Variations
Color information
#D19270 (or 0xD19270) is known color: Feldspar. HEX triplet: D1, 92 and 70. RGB value is (209,146,112). Sum of RGB (Red+Green+Blue) = 209+146+112=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D19270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19270 is #2E6D8F. Grayscale: #A1A1A1. Windows color (decimal): -3042704 or 7377617. OLE color: 7377617.
HSL color Cylindrical-coordinate representation of color #D19270: hue angle of 21.03º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D19270 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 146 | 112 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.18 |
| HSL | 21.03º | 0.51% | 0.63% | - |
| HSV(B) | 21.03º | 0.46% | 0.82% | - |
| XYZ | 39.5 | 35.28 | 20.06 | - |
| YUV | 160.96 | 100.37 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 146 | 112 | 0 | 0.30 | 0.46 | 0.18 | 21.03 | 0.51 | 0.63 |
| Hex | D1 | 92 | 70 | 0 | 1E | 2E | 12 | 15 | 33 | 3F |
| Octal | 321 | 222 | 160 | 0 | 36 | 56 | 22 | 25 | 63 | 77 |
| Binary | 11010001 | 10010010 | 1110000 | 0 | 11110 | 101110 | 10010 | 10101 | 110011 | 111111 |
Color Harmonies of #D19270
Complementary color
Monochromatic Colors of #D19270
Black with #D19270
Text Example
Text Example
White with #D19270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19270; }
p { color: rgb(209,146,112); }
H1.HeaderClassName
{
color: #D19270;
}
.AnyTagClassName
{
color: #D19270;
}
</style>
background-color css
<style>
a { background-color: #D19270; }
a { background-color: rgb(209,146,112); }
div.DivClassName
{
background-color: #D19270;
}
.BgClassName
{
background-color: #D19270;
}
</style>
border-color css
<style>
span { border-color: #D19270; }
span { border-color: rgb(209,146,112); }
td.TdClassName
{
border-color: #D19270;
}
.TagClassName
{
border-color: #D19270;
}
</style>