Shades of Feldspar #D19271
Tints of Feldspar #D19271
RGB
CMYK
RGB Variations
Color information
#D19271 (or 0xD19271) is known color: Feldspar. HEX triplet: D1, 92 and 71. RGB value is (209,146,113). Sum of RGB (Red+Green+Blue) = 209+146+113=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 146 (57.42% from 255 or 31.20% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D19271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19271 is #2E6D8E. Grayscale: #A1A1A1. Windows color (decimal): -3042703 or 7443153. OLE color: 7443153.
HSL color Cylindrical-coordinate representation of color #D19271: hue angle of 20.62º 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 #D19271 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 146 | 113 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.18 |
| HSL | 20.63º | 0.51% | 0.63% | - |
| HSV(B) | 20.63º | 0.46% | 0.82% | - |
| XYZ | 39.55 | 35.31 | 20.35 | - |
| YUV | 161.08 | 100.87 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 146 | 113 | 0 | 0.30 | 0.46 | 0.18 | 20.63 | 0.51 | 0.63 |
| Hex | D1 | 92 | 71 | 0 | 1E | 2E | 12 | 15 | 33 | 3F |
| Octal | 321 | 222 | 161 | 0 | 36 | 56 | 22 | 25 | 63 | 77 |
| Binary | 11010001 | 10010010 | 1110001 | 0 | 11110 | 101110 | 10010 | 10101 | 110011 | 111111 |
Color Harmonies of #D19271
Complementary color
Monochromatic Colors of #D19271
Black with #D19271
Text Example
Text Example
White with #D19271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19271; }
p { color: rgb(209,146,113); }
H1.HeaderClassName
{
color: #D19271;
}
.AnyTagClassName
{
color: #D19271;
}
</style>
background-color css
<style>
a { background-color: #D19271; }
a { background-color: rgb(209,146,113); }
div.DivClassName
{
background-color: #D19271;
}
.BgClassName
{
background-color: #D19271;
}
</style>
border-color css
<style>
span { border-color: #D19271; }
span { border-color: rgb(209,146,113); }
td.TdClassName
{
border-color: #D19271;
}
.TagClassName
{
border-color: #D19271;
}
</style>