Shades of Buff #F4DB84
Tints of Buff #F4DB84
RGB
CMYK
RGB Variations
Color information
#F4DB84 (or 0xF4DB84) is known color: Buff. HEX triplet: F4, DB and 84. RGB value is (244,219,132). Sum of RGB (Red+Green+Blue) = 244+219+132=595 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.01% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 132 (51.95% from 255 or 22.18% from 595); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DB84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4DB84 is #0B247B. Grayscale: #D8D8D8. Windows color (decimal): -730236 or 8707060. OLE color: 8707060.
HSL color Cylindrical-coordinate representation of color #F4DB84: hue angle of 46.61º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F4DB84 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 219 | 132 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.04 |
| HSL | 46.61º | 0.84% | 0.74% | - |
| HSV(B) | 46.61º | 0.46% | 0.96% | - |
| XYZ | 66.8 | 71.56 | 32.12 | - |
| YUV | 216.56 | 80.28 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 219 | 132 | 0 | 0.10 | 0.46 | 0.04 | 46.61 | 0.84 | 0.74 |
| Hex | F4 | DB | 84 | 0 | A | 2E | 4 | 2F | 54 | 4A |
| Octal | 364 | 333 | 204 | 0 | 12 | 56 | 4 | 57 | 124 | 112 |
| Binary | 11110100 | 11011011 | 10000100 | 0 | 1010 | 101110 | 100 | 101111 | 1010100 | 1001010 |
Color Harmonies of #F4DB84
Complementary color
Monochromatic Colors of #F4DB84
Black with #F4DB84
Text Example
Text Example
White with #F4DB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DB84; }
p { color: rgb(244,219,132); }
H1.HeaderClassName
{
color: #F4DB84;
}
.AnyTagClassName
{
color: #F4DB84;
}
</style>
background-color css
<style>
a { background-color: #F4DB84; }
a { background-color: rgb(244,219,132); }
div.DivClassName
{
background-color: #F4DB84;
}
.BgClassName
{
background-color: #F4DB84;
}
</style>
border-color css
<style>
span { border-color: #F4DB84; }
span { border-color: rgb(244,219,132); }
td.TdClassName
{
border-color: #F4DB84;
}
.TagClassName
{
border-color: #F4DB84;
}
</style>