Shades of Feldspar #DF9B6F
Tints of Feldspar #DF9B6F
RGB
CMYK
RGB Variations
Color information
#DF9B6F (or 0xDF9B6F) is known color: Feldspar. HEX triplet: DF, 9B and 6F. RGB value is (223,155,111). Sum of RGB (Red+Green+Blue) = 223+155+111=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 111 (43.75% from 255 or 22.70% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9B6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9B6F is #206490. Grayscale: #AAAAAA. Windows color (decimal): -2122897 or 7314399. OLE color: 7314399.
HSL color Cylindrical-coordinate representation of color #DF9B6F: hue angle of 23.57º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF9B6F is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 155 | 111 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.13 |
| HSL | 23.57º | 0.64% | 0.65% | - |
| HSV(B) | 23.57º | 0.5% | 0.87% | - |
| XYZ | 45.02 | 40.28 | 20.44 | - |
| YUV | 170.32 | 94.53 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 155 | 111 | 0 | 0.30 | 0.50 | 0.13 | 23.57 | 0.64 | 0.65 |
| Hex | DF | 9B | 6F | 0 | 1E | 32 | D | 18 | 40 | 41 |
| Octal | 337 | 233 | 157 | 0 | 36 | 62 | 15 | 30 | 100 | 101 |
| Binary | 11011111 | 10011011 | 1101111 | 0 | 11110 | 110010 | 1101 | 11000 | 1000000 | 1000001 |
Color Harmonies of #DF9B6F
Complementary color
Monochromatic Colors of #DF9B6F
Black with #DF9B6F
Text Example
Text Example
White with #DF9B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9B6F; }
p { color: rgb(223,155,111); }
H1.HeaderClassName
{
color: #DF9B6F;
}
.AnyTagClassName
{
color: #DF9B6F;
}
</style>
background-color css
<style>
a { background-color: #DF9B6F; }
a { background-color: rgb(223,155,111); }
div.DivClassName
{
background-color: #DF9B6F;
}
.BgClassName
{
background-color: #DF9B6F;
}
</style>
border-color css
<style>
span { border-color: #DF9B6F; }
span { border-color: rgb(223,155,111); }
td.TdClassName
{
border-color: #DF9B6F;
}
.TagClassName
{
border-color: #DF9B6F;
}
</style>