Shades of Feldspar #D09171
Tints of Feldspar #D09171
RGB
CMYK
RGB Variations
Color information
#D09171 (or 0xD09171) is known color: Feldspar. HEX triplet: D0, 91 and 71. RGB value is (208,145,113). Sum of RGB (Red+Green+Blue) = 208+145+113=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D09171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09171 is #2F6E8E. Grayscale: #A0A0A0. Windows color (decimal): -3108495 or 7442896. OLE color: 7442896.
HSL color Cylindrical-coordinate representation of color #D09171: hue angle of 20.21º 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 #D09171 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 145 | 113 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.18 |
| HSL | 20.21º | 0.5% | 0.63% | - |
| HSV(B) | 20.21º | 0.46% | 0.82% | - |
| XYZ | 39.12 | 34.85 | 20.29 | - |
| YUV | 160.19 | 101.37 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 145 | 113 | 0 | 0.30 | 0.46 | 0.18 | 20.21 | 0.5 | 0.63 |
| Hex | D0 | 91 | 71 | 0 | 1E | 2E | 12 | 14 | 32 | 3F |
| Octal | 320 | 221 | 161 | 0 | 36 | 56 | 22 | 24 | 62 | 77 |
| Binary | 11010000 | 10010001 | 1110001 | 0 | 11110 | 101110 | 10010 | 10100 | 110010 | 111111 |
Color Harmonies of #D09171
Complementary color
Monochromatic Colors of #D09171
Black with #D09171
Text Example
Text Example
White with #D09171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09171; }
p { color: rgb(208,145,113); }
H1.HeaderClassName
{
color: #D09171;
}
.AnyTagClassName
{
color: #D09171;
}
</style>
background-color css
<style>
a { background-color: #D09171; }
a { background-color: rgb(208,145,113); }
div.DivClassName
{
background-color: #D09171;
}
.BgClassName
{
background-color: #D09171;
}
</style>
border-color css
<style>
span { border-color: #D09171; }
span { border-color: rgb(208,145,113); }
td.TdClassName
{
border-color: #D09171;
}
.TagClassName
{
border-color: #D09171;
}
</style>