Shades of Feldspar #D09971
Tints of Feldspar #D09971
RGB
CMYK
RGB Variations
Color information
#D09971 (or 0xD09971) is known color: Feldspar. HEX triplet: D0, 99 and 71. RGB value is (208,153,113). Sum of RGB (Red+Green+Blue) = 208+153+113=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D09971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09971 is #2F668E. Grayscale: #A5A5A5. Windows color (decimal): -3106447 or 7444944. OLE color: 7444944.
HSL color Cylindrical-coordinate representation of color #D09971: hue angle of 25.26º 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 #D09971 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 113 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.18 |
| HSL | 25.26º | 0.5% | 0.63% | - |
| HSV(B) | 25.26º | 0.46% | 0.82% | - |
| XYZ | 40.38 | 37.38 | 20.71 | - |
| YUV | 164.89 | 98.72 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 113 | 0 | 0.26 | 0.46 | 0.18 | 25.26 | 0.5 | 0.63 |
| Hex | D0 | 99 | 71 | 0 | 1A | 2E | 12 | 19 | 32 | 3F |
| Octal | 320 | 231 | 161 | 0 | 32 | 56 | 22 | 31 | 62 | 77 |
| Binary | 11010000 | 10011001 | 1110001 | 0 | 11010 | 101110 | 10010 | 11001 | 110010 | 111111 |
Color Harmonies of #D09971
Complementary color
Monochromatic Colors of #D09971
Black with #D09971
Text Example
Text Example
White with #D09971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09971; }
p { color: rgb(208,153,113); }
H1.HeaderClassName
{
color: #D09971;
}
.AnyTagClassName
{
color: #D09971;
}
</style>
background-color css
<style>
a { background-color: #D09971; }
a { background-color: rgb(208,153,113); }
div.DivClassName
{
background-color: #D09971;
}
.BgClassName
{
background-color: #D09971;
}
</style>
border-color css
<style>
span { border-color: #D09971; }
span { border-color: rgb(208,153,113); }
td.TdClassName
{
border-color: #D09971;
}
.TagClassName
{
border-color: #D09971;
}
</style>