Shades of Buff #F4DB8D
Tints of Buff #F4DB8D
RGB
CMYK
RGB Variations
Color information
#F4DB8D (or 0xF4DB8D) is known color: Buff. HEX triplet: F4, DB and 8D. RGB value is (244,219,141). Sum of RGB (Red+Green+Blue) = 244+219+141=604 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.40% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 141 (55.47% from 255 or 23.34% from 604); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DB8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4DB8D is #0B2472. Grayscale: #D9D9D9. Windows color (decimal): -730227 or 9296884. OLE color: 9296884.
HSL color Cylindrical-coordinate representation of color #F4DB8D: hue angle of 45.44º 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 #F4DB8D is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 219 | 141 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.04 |
| HSL | 45.44º | 0.82% | 0.75% | - |
| HSV(B) | 45.44º | 0.42% | 0.96% | - |
| XYZ | 67.45 | 71.82 | 35.51 | - |
| YUV | 217.58 | 84.78 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 219 | 141 | 0 | 0.10 | 0.42 | 0.04 | 45.44 | 0.82 | 0.75 |
| Hex | F4 | DB | 8D | 0 | A | 2A | 4 | 2D | 52 | 4B |
| Octal | 364 | 333 | 215 | 0 | 12 | 52 | 4 | 55 | 122 | 113 |
| Binary | 11110100 | 11011011 | 10001101 | 0 | 1010 | 101010 | 100 | 101101 | 1010010 | 1001011 |
Color Harmonies of #F4DB8D
Complementary color
Monochromatic Colors of #F4DB8D
Black with #F4DB8D
Text Example
Text Example
White with #F4DB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DB8D; }
p { color: rgb(244,219,141); }
H1.HeaderClassName
{
color: #F4DB8D;
}
.AnyTagClassName
{
color: #F4DB8D;
}
</style>
background-color css
<style>
a { background-color: #F4DB8D; }
a { background-color: rgb(244,219,141); }
div.DivClassName
{
background-color: #F4DB8D;
}
.BgClassName
{
background-color: #F4DB8D;
}
</style>
border-color css
<style>
span { border-color: #F4DB8D; }
span { border-color: rgb(244,219,141); }
td.TdClassName
{
border-color: #F4DB8D;
}
.TagClassName
{
border-color: #F4DB8D;
}
</style>