Shades of Feldspar #D09271
Tints of Feldspar #D09271
RGB
CMYK
RGB Variations
Color information
#D09271 (or 0xD09271) is known color: Feldspar. HEX triplet: D0, 92 and 71. RGB value is (208,146,113). Sum of RGB (Red+Green+Blue) = 208+146+113=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D09271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09271 is #2F6D8E. Grayscale: #A0A0A0. Windows color (decimal): -3108239 or 7443152. OLE color: 7443152.
HSL color Cylindrical-coordinate representation of color #D09271: hue angle of 20.84º degrees, saturation: 0.5, 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 #D09271 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 146 | 113 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.18 |
| HSL | 20.84º | 0.5% | 0.63% | - |
| HSV(B) | 20.84º | 0.46% | 0.82% | - |
| XYZ | 39.27 | 35.16 | 20.34 | - |
| YUV | 160.78 | 101.04 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 113 | 0 | 0.30 | 0.46 | 0.18 | 20.84 | 0.5 | 0.63 |
| Hex | D0 | 92 | 71 | 0 | 1E | 2E | 12 | 15 | 32 | 3F |
| Octal | 320 | 222 | 161 | 0 | 36 | 56 | 22 | 25 | 62 | 77 |
| Binary | 11010000 | 10010010 | 1110001 | 0 | 11110 | 101110 | 10010 | 10101 | 110010 | 111111 |
Color Harmonies of #D09271
Complementary color
Monochromatic Colors of #D09271
Black with #D09271
Text Example
Text Example
White with #D09271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09271; }
p { color: rgb(208,146,113); }
H1.HeaderClassName
{
color: #D09271;
}
.AnyTagClassName
{
color: #D09271;
}
</style>
background-color css
<style>
a { background-color: #D09271; }
a { background-color: rgb(208,146,113); }
div.DivClassName
{
background-color: #D09271;
}
.BgClassName
{
background-color: #D09271;
}
</style>
border-color css
<style>
span { border-color: #D09271; }
span { border-color: rgb(208,146,113); }
td.TdClassName
{
border-color: #D09271;
}
.TagClassName
{
border-color: #D09271;
}
</style>