Shades of Buff #F4DA8C
Tints of Buff #F4DA8C
RGB
CMYK
RGB Variations
Color information
#F4DA8C (or 0xF4DA8C) is known color: Buff. HEX triplet: F4, DA and 8C. RGB value is (244,218,140). Sum of RGB (Red+Green+Blue) = 244+218+140=602 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.53% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 140 (55.08% from 255 or 23.26% from 602); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4DA8C is #0B2573. Grayscale: #D9D9D9. Windows color (decimal): -730484 or 9231092. OLE color: 9231092.
HSL color Cylindrical-coordinate representation of color #F4DA8C: hue angle of 45º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F4DA8C is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 218 | 140 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.04 |
| HSL | 45º | 0.83% | 0.75% | - |
| HSV(B) | 45º | 0.43% | 0.96% | - |
| XYZ | 67.11 | 71.27 | 35.03 | - |
| YUV | 216.88 | 84.61 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 218 | 140 | 0 | 0.11 | 0.43 | 0.04 | 45 | 0.83 | 0.75 |
| Hex | F4 | DA | 8C | 0 | B | 2B | 4 | 2D | 53 | 4B |
| Octal | 364 | 332 | 214 | 0 | 13 | 53 | 4 | 55 | 123 | 113 |
| Binary | 11110100 | 11011010 | 10001100 | 0 | 1011 | 101011 | 100 | 101101 | 1010011 | 1001011 |
Color Harmonies of #F4DA8C
Complementary color
Monochromatic Colors of #F4DA8C
Black with #F4DA8C
Text Example
Text Example
White with #F4DA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DA8C; }
p { color: rgb(244,218,140); }
H1.HeaderClassName
{
color: #F4DA8C;
}
.AnyTagClassName
{
color: #F4DA8C;
}
</style>
background-color css
<style>
a { background-color: #F4DA8C; }
a { background-color: rgb(244,218,140); }
div.DivClassName
{
background-color: #F4DA8C;
}
.BgClassName
{
background-color: #F4DA8C;
}
</style>
border-color css
<style>
span { border-color: #F4DA8C; }
span { border-color: rgb(244,218,140); }
td.TdClassName
{
border-color: #F4DA8C;
}
.TagClassName
{
border-color: #F4DA8C;
}
</style>