Shades of Wheat #F5DDB1
Tints of Wheat #F5DDB1
RGB
CMYK
RGB Variations
Color information
#F5DDB1 (or 0xF5DDB1) is known color: Wheat. HEX triplet: F5, DD and B1. RGB value is (245,221,177). Sum of RGB (Red+Green+Blue) = 245+221+177=643 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.10% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 177 (69.53% from 255 or 27.53% from 643); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DDB1 is #0A224E. Grayscale: #DFDFDF. Windows color (decimal): -664143 or 11656693. OLE color: 11656693.
HSL color Cylindrical-coordinate representation of color #F5DDB1: hue angle of 38.82º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F5DDB1 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 221 | 177 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.04 |
| HSL | 38.82º | 0.77% | 0.83% | - |
| HSV(B) | 38.82º | 0.28% | 0.96% | - |
| XYZ | 71.45 | 74.3 | 52.17 | - |
| YUV | 223.16 | 101.95 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 177 | 0 | 0.10 | 0.28 | 0.04 | 38.82 | 0.77 | 0.83 |
| Hex | F5 | DD | B1 | 0 | A | 1C | 4 | 27 | 4D | 53 |
| Octal | 365 | 335 | 261 | 0 | 12 | 34 | 4 | 47 | 115 | 123 |
| Binary | 11110101 | 11011101 | 10110001 | 0 | 1010 | 11100 | 100 | 100111 | 1001101 | 1010011 |
Color Harmonies of #F5DDB1
Complementary color
Monochromatic Colors of #F5DDB1
Black with #F5DDB1
Text Example
Text Example
White with #F5DDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DDB1; }
p { color: rgb(245,221,177); }
H1.HeaderClassName
{
color: #F5DDB1;
}
.AnyTagClassName
{
color: #F5DDB1;
}
</style>
background-color css
<style>
a { background-color: #F5DDB1; }
a { background-color: rgb(245,221,177); }
div.DivClassName
{
background-color: #F5DDB1;
}
.BgClassName
{
background-color: #F5DDB1;
}
</style>
border-color css
<style>
span { border-color: #F5DDB1; }
span { border-color: rgb(245,221,177); }
td.TdClassName
{
border-color: #F5DDB1;
}
.TagClassName
{
border-color: #F5DDB1;
}
</style>