Shades of Wheat #F5DCB4
Tints of Wheat #F5DCB4
RGB
CMYK
RGB Variations
Color information
#F5DCB4 (or 0xF5DCB4) is known color: Wheat. HEX triplet: F5, DC and B4. RGB value is (245,220,180). Sum of RGB (Red+Green+Blue) = 245+220+180=645 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.98% from 645); Green value is 220 (86.33% from 255 or 34.11% from 645); Blue value is 180 (70.70% from 255 or 27.91% from 645); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DCB4 is #0A234B. Grayscale: #DFDFDF. Windows color (decimal): -664396 or 11853045. OLE color: 11853045.
HSL color Cylindrical-coordinate representation of color #F5DCB4: hue angle of 36.92º degrees, saturation: 0.76, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F5DCB4 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 180 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.04 |
| HSL | 36.92º | 0.76% | 0.83% | - |
| HSV(B) | 36.92º | 0.27% | 0.96% | - |
| XYZ | 71.49 | 73.89 | 53.68 | - |
| YUV | 222.92 | 103.78 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 180 | 0 | 0.10 | 0.27 | 0.04 | 36.92 | 0.76 | 0.83 |
| Hex | F5 | DC | B4 | 0 | A | 1B | 4 | 25 | 4C | 53 |
| Octal | 365 | 334 | 264 | 0 | 12 | 33 | 4 | 45 | 114 | 123 |
| Binary | 11110101 | 11011100 | 10110100 | 0 | 1010 | 11011 | 100 | 100101 | 1001100 | 1010011 |
Color Harmonies of #F5DCB4
Complementary color
Monochromatic Colors of #F5DCB4
Black with #F5DCB4
Text Example
Text Example
White with #F5DCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DCB4; }
p { color: rgb(245,220,180); }
H1.HeaderClassName
{
color: #F5DCB4;
}
.AnyTagClassName
{
color: #F5DCB4;
}
</style>
background-color css
<style>
a { background-color: #F5DCB4; }
a { background-color: rgb(245,220,180); }
div.DivClassName
{
background-color: #F5DCB4;
}
.BgClassName
{
background-color: #F5DCB4;
}
</style>
border-color css
<style>
span { border-color: #F5DCB4; }
span { border-color: rgb(245,220,180); }
td.TdClassName
{
border-color: #F5DCB4;
}
.TagClassName
{
border-color: #F5DCB4;
}
</style>