Shades of Buff #F6DB89
Tints of Buff #F6DB89
RGB
CMYK
RGB Variations
Color information
#F6DB89 (or 0xF6DB89) is known color: Buff. HEX triplet: F6, DB and 89. RGB value is (246,219,137). Sum of RGB (Red+Green+Blue) = 246+219+137=602 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.86% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 137 (53.91% from 255 or 22.76% from 602); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DB89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DB89 is #092476. Grayscale: #DADADA. Windows color (decimal): -599159 or 9034742. OLE color: 9034742.
HSL color Cylindrical-coordinate representation of color #F6DB89: hue angle of 45.14º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F6DB89 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 137 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.04 |
| HSL | 45.14º | 0.86% | 0.75% | - |
| HSV(B) | 45.14º | 0.44% | 0.96% | - |
| XYZ | 67.85 | 72.06 | 34 | - |
| YUV | 217.73 | 82.45 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 137 | 0 | 0.11 | 0.44 | 0.04 | 45.14 | 0.86 | 0.75 |
| Hex | F6 | DB | 89 | 0 | B | 2C | 4 | 2D | 56 | 4B |
| Octal | 366 | 333 | 211 | 0 | 13 | 54 | 4 | 55 | 126 | 113 |
| Binary | 11110110 | 11011011 | 10001001 | 0 | 1011 | 101100 | 100 | 101101 | 1010110 | 1001011 |
Color Harmonies of #F6DB89
Complementary color
Monochromatic Colors of #F6DB89
Black with #F6DB89
Text Example
Text Example
White with #F6DB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DB89; }
p { color: rgb(246,219,137); }
H1.HeaderClassName
{
color: #F6DB89;
}
.AnyTagClassName
{
color: #F6DB89;
}
</style>
background-color css
<style>
a { background-color: #F6DB89; }
a { background-color: rgb(246,219,137); }
div.DivClassName
{
background-color: #F6DB89;
}
.BgClassName
{
background-color: #F6DB89;
}
</style>
border-color css
<style>
span { border-color: #F6DB89; }
span { border-color: rgb(246,219,137); }
td.TdClassName
{
border-color: #F6DB89;
}
.TagClassName
{
border-color: #F6DB89;
}
</style>