Shades of Buff #F4DA8D
Tints of Buff #F4DA8D
RGB
CMYK
RGB Variations
Color information
#F4DA8D (or 0xF4DA8D) is known color: Buff. HEX triplet: F4, DA and 8D. RGB value is (244,218,141). Sum of RGB (Red+Green+Blue) = 244+218+141=603 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.46% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 141 (55.47% from 255 or 23.38% from 603); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4DA8D is #0B2572. Grayscale: #D9D9D9. Windows color (decimal): -730483 or 9296628. OLE color: 9296628.
HSL color Cylindrical-coordinate representation of color #F4DA8D: hue angle of 44.85º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F4DA8D is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 218 | 141 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.04 |
| HSL | 44.85º | 0.82% | 0.75% | - |
| HSV(B) | 44.85º | 0.42% | 0.96% | - |
| XYZ | 67.19 | 71.3 | 35.42 | - |
| YUV | 217 | 85.11 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 218 | 141 | 0 | 0.11 | 0.42 | 0.04 | 44.85 | 0.82 | 0.75 |
| Hex | F4 | DA | 8D | 0 | B | 2A | 4 | 2D | 52 | 4B |
| Octal | 364 | 332 | 215 | 0 | 13 | 52 | 4 | 55 | 122 | 113 |
| Binary | 11110100 | 11011010 | 10001101 | 0 | 1011 | 101010 | 100 | 101101 | 1010010 | 1001011 |
Color Harmonies of #F4DA8D
Complementary color
Monochromatic Colors of #F4DA8D
Black with #F4DA8D
Text Example
Text Example
White with #F4DA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DA8D; }
p { color: rgb(244,218,141); }
H1.HeaderClassName
{
color: #F4DA8D;
}
.AnyTagClassName
{
color: #F4DA8D;
}
</style>
background-color css
<style>
a { background-color: #F4DA8D; }
a { background-color: rgb(244,218,141); }
div.DivClassName
{
background-color: #F4DA8D;
}
.BgClassName
{
background-color: #F4DA8D;
}
</style>
border-color css
<style>
span { border-color: #F4DA8D; }
span { border-color: rgb(244,218,141); }
td.TdClassName
{
border-color: #F4DA8D;
}
.TagClassName
{
border-color: #F4DA8D;
}
</style>