Shades of Wheat #F7DCB0
Tints of Wheat #F7DCB0
RGB
CMYK
RGB Variations
Color information
#F7DCB0 (or 0xF7DCB0) is known color: Wheat. HEX triplet: F7, DC and B0. RGB value is (247,220,176). Sum of RGB (Red+Green+Blue) = 247+220+176=643 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.41% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 176 (69.14% from 255 or 27.37% from 643); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7DCB0 is #08234F. Grayscale: #DFDFDF. Windows color (decimal): -533328 or 11590903. OLE color: 11590903.
HSL color Cylindrical-coordinate representation of color #F7DCB0: hue angle of 37.18º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F7DCB0 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 220 | 176 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.03 |
| HSL | 37.18º | 0.82% | 0.83% | - |
| HSV(B) | 37.18º | 0.29% | 0.97% | - |
| XYZ | 71.79 | 74.1 | 51.59 | - |
| YUV | 223.06 | 101.45 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 220 | 176 | 0 | 0.11 | 0.29 | 0.03 | 37.18 | 0.82 | 0.83 |
| Hex | F7 | DC | B0 | 0 | B | 1D | 3 | 25 | 52 | 53 |
| Octal | 367 | 334 | 260 | 0 | 13 | 35 | 3 | 45 | 122 | 123 |
| Binary | 11110111 | 11011100 | 10110000 | 0 | 1011 | 11101 | 11 | 100101 | 1010010 | 1010011 |
Color Harmonies of #F7DCB0
Complementary color
Monochromatic Colors of #F7DCB0
Black with #F7DCB0
Text Example
Text Example
White with #F7DCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DCB0; }
p { color: rgb(247,220,176); }
H1.HeaderClassName
{
color: #F7DCB0;
}
.AnyTagClassName
{
color: #F7DCB0;
}
</style>
background-color css
<style>
a { background-color: #F7DCB0; }
a { background-color: rgb(247,220,176); }
div.DivClassName
{
background-color: #F7DCB0;
}
.BgClassName
{
background-color: #F7DCB0;
}
</style>
border-color css
<style>
span { border-color: #F7DCB0; }
span { border-color: rgb(247,220,176); }
td.TdClassName
{
border-color: #F7DCB0;
}
.TagClassName
{
border-color: #F7DCB0;
}
</style>