Shades of Buff #F4DF7C
Tints of Buff #F4DF7C
RGB
CMYK
RGB Variations
Color information
#F4DF7C (or 0xF4DF7C) is known color: Buff. HEX triplet: F4, DF and 7C. RGB value is (244,223,124). Sum of RGB (Red+Green+Blue) = 244+223+124=591 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.29% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 124 (48.83% from 255 or 20.98% from 591); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DF7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4DF7C is #0B2083. Grayscale: #DADADA. Windows color (decimal): -729220 or 8183796. OLE color: 8183796.
HSL color Cylindrical-coordinate representation of color #F4DF7C: hue angle of 49.5º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F4DF7C is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 223 | 124 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.04 |
| HSL | 49.5º | 0.85% | 0.72% | - |
| HSV(B) | 49.5º | 0.49% | 0.96% | - |
| XYZ | 67.33 | 73.46 | 29.7 | - |
| YUV | 217.99 | 74.96 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 223 | 124 | 0 | 0.09 | 0.49 | 0.04 | 49.5 | 0.85 | 0.72 |
| Hex | F4 | DF | 7C | 0 | 9 | 31 | 4 | 32 | 55 | 48 |
| Octal | 364 | 337 | 174 | 0 | 11 | 61 | 4 | 62 | 125 | 110 |
| Binary | 11110100 | 11011111 | 1111100 | 0 | 1001 | 110001 | 100 | 110010 | 1010101 | 1001000 |
Color Harmonies of #F4DF7C
Complementary color
Monochromatic Colors of #F4DF7C
Black with #F4DF7C
Text Example
Text Example
White with #F4DF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DF7C; }
p { color: rgb(244,223,124); }
H1.HeaderClassName
{
color: #F4DF7C;
}
.AnyTagClassName
{
color: #F4DF7C;
}
</style>
background-color css
<style>
a { background-color: #F4DF7C; }
a { background-color: rgb(244,223,124); }
div.DivClassName
{
background-color: #F4DF7C;
}
.BgClassName
{
background-color: #F4DF7C;
}
</style>
border-color css
<style>
span { border-color: #F4DF7C; }
span { border-color: rgb(244,223,124); }
td.TdClassName
{
border-color: #F4DF7C;
}
.TagClassName
{
border-color: #F4DF7C;
}
</style>