Shades of Buff #F4DB86
Tints of Buff #F4DB86
RGB
CMYK
RGB Variations
Color information
#F4DB86 (or 0xF4DB86) is known color: Buff. HEX triplet: F4, DB and 86. RGB value is (244,219,134). Sum of RGB (Red+Green+Blue) = 244+219+134=597 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.87% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 134 (52.73% from 255 or 22.45% from 597); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DB86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4DB86 is #0B2479. Grayscale: #D9D9D9. Windows color (decimal): -730234 or 8838132. OLE color: 8838132.
HSL color Cylindrical-coordinate representation of color #F4DB86: hue angle of 46.36º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F4DB86 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 219 | 134 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.04 |
| HSL | 46.36º | 0.83% | 0.74% | - |
| HSV(B) | 46.36º | 0.45% | 0.96% | - |
| XYZ | 66.94 | 71.62 | 32.85 | - |
| YUV | 216.79 | 81.28 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 219 | 134 | 0 | 0.10 | 0.45 | 0.04 | 46.36 | 0.83 | 0.74 |
| Hex | F4 | DB | 86 | 0 | A | 2D | 4 | 2E | 53 | 4A |
| Octal | 364 | 333 | 206 | 0 | 12 | 55 | 4 | 56 | 123 | 112 |
| Binary | 11110100 | 11011011 | 10000110 | 0 | 1010 | 101101 | 100 | 101110 | 1010011 | 1001010 |
Color Harmonies of #F4DB86
Complementary color
Monochromatic Colors of #F4DB86
Black with #F4DB86
Text Example
Text Example
White with #F4DB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DB86; }
p { color: rgb(244,219,134); }
H1.HeaderClassName
{
color: #F4DB86;
}
.AnyTagClassName
{
color: #F4DB86;
}
</style>
background-color css
<style>
a { background-color: #F4DB86; }
a { background-color: rgb(244,219,134); }
div.DivClassName
{
background-color: #F4DB86;
}
.BgClassName
{
background-color: #F4DB86;
}
</style>
border-color css
<style>
span { border-color: #F4DB86; }
span { border-color: rgb(244,219,134); }
td.TdClassName
{
border-color: #F4DB86;
}
.TagClassName
{
border-color: #F4DB86;
}
</style>