Shades of Feldspar #DF9670
Tints of Feldspar #DF9670
RGB
CMYK
RGB Variations
Color information
#DF9670 (or 0xDF9670) is known color: Feldspar. HEX triplet: DF, 96 and 70. RGB value is (223,150,112). Sum of RGB (Red+Green+Blue) = 223+150+112=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9670 is #20698F. Grayscale: #A7A7A7. Windows color (decimal): -2124176 or 7378655. OLE color: 7378655.
HSL color Cylindrical-coordinate representation of color #DF9670: hue angle of 20.54º 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 #DF9670 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 112 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.13 |
| HSL | 20.54º | 0.63% | 0.66% | - |
| HSV(B) | 20.54º | 0.5% | 0.87% | - |
| XYZ | 44.26 | 38.67 | 20.46 | - |
| YUV | 167.5 | 96.68 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 112 | 0 | 0.33 | 0.50 | 0.13 | 20.54 | 0.63 | 0.66 |
| Hex | DF | 96 | 70 | 0 | 21 | 32 | D | 15 | 3F | 42 |
| Octal | 337 | 226 | 160 | 0 | 41 | 62 | 15 | 25 | 77 | 102 |
| Binary | 11011111 | 10010110 | 1110000 | 0 | 100001 | 110010 | 1101 | 10101 | 111111 | 1000010 |
Color Harmonies of #DF9670
Complementary color
Monochromatic Colors of #DF9670
Black with #DF9670
Text Example
Text Example
White with #DF9670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9670; }
p { color: rgb(223,150,112); }
H1.HeaderClassName
{
color: #DF9670;
}
.AnyTagClassName
{
color: #DF9670;
}
</style>
background-color css
<style>
a { background-color: #DF9670; }
a { background-color: rgb(223,150,112); }
div.DivClassName
{
background-color: #DF9670;
}
.BgClassName
{
background-color: #DF9670;
}
</style>
border-color css
<style>
span { border-color: #DF9670; }
span { border-color: rgb(223,150,112); }
td.TdClassName
{
border-color: #DF9670;
}
.TagClassName
{
border-color: #DF9670;
}
</style>