Shades of Feldspar #DF9A71
Tints of Feldspar #DF9A71
RGB
CMYK
RGB Variations
Color information
#DF9A71 (or 0xDF9A71) is known color: Feldspar. HEX triplet: DF, 9A and 71. RGB value is (223,154,113). Sum of RGB (Red+Green+Blue) = 223+154+113=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 113 (44.53% from 255 or 23.06% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9A71 is #20658E. Grayscale: #AAAAAA. Windows color (decimal): -2123151 or 7445215. OLE color: 7445215.
HSL color Cylindrical-coordinate representation of color #DF9A71: hue angle of 22.36º 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 #DF9A71 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 154 | 113 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.13 |
| HSL | 22.36º | 0.63% | 0.66% | - |
| HSV(B) | 22.36º | 0.49% | 0.87% | - |
| XYZ | 44.97 | 39.99 | 20.97 | - |
| YUV | 169.96 | 95.86 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 154 | 113 | 0 | 0.31 | 0.49 | 0.13 | 22.36 | 0.63 | 0.66 |
| Hex | DF | 9A | 71 | 0 | 1F | 31 | D | 16 | 3F | 42 |
| Octal | 337 | 232 | 161 | 0 | 37 | 61 | 15 | 26 | 77 | 102 |
| Binary | 11011111 | 10011010 | 1110001 | 0 | 11111 | 110001 | 1101 | 10110 | 111111 | 1000010 |
Color Harmonies of #DF9A71
Complementary color
Monochromatic Colors of #DF9A71
Black with #DF9A71
Text Example
Text Example
White with #DF9A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9A71; }
p { color: rgb(223,154,113); }
H1.HeaderClassName
{
color: #DF9A71;
}
.AnyTagClassName
{
color: #DF9A71;
}
</style>
background-color css
<style>
a { background-color: #DF9A71; }
a { background-color: rgb(223,154,113); }
div.DivClassName
{
background-color: #DF9A71;
}
.BgClassName
{
background-color: #DF9A71;
}
</style>
border-color css
<style>
span { border-color: #DF9A71; }
span { border-color: rgb(223,154,113); }
td.TdClassName
{
border-color: #DF9A71;
}
.TagClassName
{
border-color: #DF9A71;
}
</style>