Shades of Wheat #F5DCB7
Tints of Wheat #F5DCB7
RGB
CMYK
RGB Variations
Color information
#F5DCB7 (or 0xF5DCB7) is known color: Wheat. HEX triplet: F5, DC and B7. RGB value is (245,220,183). Sum of RGB (Red+Green+Blue) = 245+220+183=648 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.81% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 183 (71.88% from 255 or 28.24% from 648); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DCB7 is #0A2348. Grayscale: #DFDFDF. Windows color (decimal): -664393 or 12049653. OLE color: 12049653.
HSL color Cylindrical-coordinate representation of color #F5DCB7: hue angle of 35.81º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F5DCB7 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 183 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.04 |
| HSL | 35.81º | 0.76% | 0.84% | - |
| HSV(B) | 35.81º | 0.25% | 0.96% | - |
| XYZ | 71.8 | 74.02 | 55.3 | - |
| YUV | 223.26 | 105.28 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 183 | 0 | 0.10 | 0.25 | 0.04 | 35.81 | 0.76 | 0.84 |
| Hex | F5 | DC | B7 | 0 | A | 19 | 4 | 24 | 4C | 54 |
| Octal | 365 | 334 | 267 | 0 | 12 | 31 | 4 | 44 | 114 | 124 |
| Binary | 11110101 | 11011100 | 10110111 | 0 | 1010 | 11001 | 100 | 100100 | 1001100 | 1010100 |
Color Harmonies of #F5DCB7
Complementary color
Monochromatic Colors of #F5DCB7
Black with #F5DCB7
Text Example
Text Example
White with #F5DCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DCB7; }
p { color: rgb(245,220,183); }
H1.HeaderClassName
{
color: #F5DCB7;
}
.AnyTagClassName
{
color: #F5DCB7;
}
</style>
background-color css
<style>
a { background-color: #F5DCB7; }
a { background-color: rgb(245,220,183); }
div.DivClassName
{
background-color: #F5DCB7;
}
.BgClassName
{
background-color: #F5DCB7;
}
</style>
border-color css
<style>
span { border-color: #F5DCB7; }
span { border-color: rgb(245,220,183); }
td.TdClassName
{
border-color: #F5DCB7;
}
.TagClassName
{
border-color: #F5DCB7;
}
</style>