Shades of Feldspar #DF9770
Tints of Feldspar #DF9770
RGB
CMYK
RGB Variations
Color information
#DF9770 (or 0xDF9770) is known color: Feldspar. HEX triplet: DF, 97 and 70. RGB value is (223,151,112). Sum of RGB (Red+Green+Blue) = 223+151+112=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9770 is #20688F. Grayscale: #A8A8A8. Windows color (decimal): -2123920 or 7378911. OLE color: 7378911.
HSL color Cylindrical-coordinate representation of color #DF9770: hue angle of 21.08º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF9770 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 112 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.13 |
| HSL | 21.08º | 0.63% | 0.66% | - |
| HSV(B) | 21.08º | 0.5% | 0.87% | - |
| XYZ | 44.42 | 38.99 | 20.51 | - |
| YUV | 168.08 | 96.35 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 112 | 0 | 0.32 | 0.50 | 0.13 | 21.08 | 0.63 | 0.66 |
| Hex | DF | 97 | 70 | 0 | 20 | 32 | D | 15 | 3F | 42 |
| Octal | 337 | 227 | 160 | 0 | 40 | 62 | 15 | 25 | 77 | 102 |
| Binary | 11011111 | 10010111 | 1110000 | 0 | 100000 | 110010 | 1101 | 10101 | 111111 | 1000010 |
Color Harmonies of #DF9770
Complementary color
Monochromatic Colors of #DF9770
Black with #DF9770
Text Example
Text Example
White with #DF9770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9770; }
p { color: rgb(223,151,112); }
H1.HeaderClassName
{
color: #DF9770;
}
.AnyTagClassName
{
color: #DF9770;
}
</style>
background-color css
<style>
a { background-color: #DF9770; }
a { background-color: rgb(223,151,112); }
div.DivClassName
{
background-color: #DF9770;
}
.BgClassName
{
background-color: #DF9770;
}
</style>
border-color css
<style>
span { border-color: #DF9770; }
span { border-color: rgb(223,151,112); }
td.TdClassName
{
border-color: #DF9770;
}
.TagClassName
{
border-color: #DF9770;
}
</style>