Shades of Feldspar #DF9971
Tints of Feldspar #DF9971
RGB
CMYK
RGB Variations
Color information
#DF9971 (or 0xDF9971) is known color: Feldspar. HEX triplet: DF, 99 and 71. RGB value is (223,153,113). Sum of RGB (Red+Green+Blue) = 223+153+113=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9971 is #20668E. Grayscale: #A9A9A9. Windows color (decimal): -2123407 or 7444959. OLE color: 7444959.
HSL color Cylindrical-coordinate representation of color #DF9971: hue angle of 21.82º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF9971 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 113 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.13 |
| HSL | 21.82º | 0.63% | 0.66% | - |
| HSV(B) | 21.82º | 0.49% | 0.87% | - |
| XYZ | 44.8 | 39.66 | 20.92 | - |
| YUV | 169.37 | 96.19 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 113 | 0 | 0.31 | 0.49 | 0.13 | 21.82 | 0.63 | 0.66 |
| Hex | DF | 99 | 71 | 0 | 1F | 31 | D | 16 | 3F | 42 |
| Octal | 337 | 231 | 161 | 0 | 37 | 61 | 15 | 26 | 77 | 102 |
| Binary | 11011111 | 10011001 | 1110001 | 0 | 11111 | 110001 | 1101 | 10110 | 111111 | 1000010 |
Color Harmonies of #DF9971
Complementary color
Monochromatic Colors of #DF9971
Black with #DF9971
Text Example
Text Example
White with #DF9971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9971; }
p { color: rgb(223,153,113); }
H1.HeaderClassName
{
color: #DF9971;
}
.AnyTagClassName
{
color: #DF9971;
}
</style>
background-color css
<style>
a { background-color: #DF9971; }
a { background-color: rgb(223,153,113); }
div.DivClassName
{
background-color: #DF9971;
}
.BgClassName
{
background-color: #DF9971;
}
</style>
border-color css
<style>
span { border-color: #DF9971; }
span { border-color: rgb(223,153,113); }
td.TdClassName
{
border-color: #DF9971;
}
.TagClassName
{
border-color: #DF9971;
}
</style>