Shades of Buff #F6DD89
Tints of Buff #F6DD89
RGB
CMYK
RGB Variations
Color information
#F6DD89 (or 0xF6DD89) is known color: Buff. HEX triplet: F6, DD and 89. RGB value is (246,221,137). Sum of RGB (Red+Green+Blue) = 246+221+137=604 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.73% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 137 (53.91% from 255 or 22.68% from 604); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DD89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DD89 is #092276. Grayscale: #DBDBDB. Windows color (decimal): -598647 or 9035254. OLE color: 9035254.
HSL color Cylindrical-coordinate representation of color #F6DD89: hue angle of 46.24º 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 #F6DD89 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 221 | 137 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.04 |
| HSL | 46.24º | 0.86% | 0.75% | - |
| HSV(B) | 46.24º | 0.44% | 0.96% | - |
| XYZ | 68.38 | 73.11 | 34.18 | - |
| YUV | 218.9 | 81.78 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 221 | 137 | 0 | 0.10 | 0.44 | 0.04 | 46.24 | 0.86 | 0.75 |
| Hex | F6 | DD | 89 | 0 | A | 2C | 4 | 2E | 56 | 4B |
| Octal | 366 | 335 | 211 | 0 | 12 | 54 | 4 | 56 | 126 | 113 |
| Binary | 11110110 | 11011101 | 10001001 | 0 | 1010 | 101100 | 100 | 101110 | 1010110 | 1001011 |
Color Harmonies of #F6DD89
Complementary color
Monochromatic Colors of #F6DD89
Black with #F6DD89
Text Example
Text Example
White with #F6DD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DD89; }
p { color: rgb(246,221,137); }
H1.HeaderClassName
{
color: #F6DD89;
}
.AnyTagClassName
{
color: #F6DD89;
}
</style>
background-color css
<style>
a { background-color: #F6DD89; }
a { background-color: rgb(246,221,137); }
div.DivClassName
{
background-color: #F6DD89;
}
.BgClassName
{
background-color: #F6DD89;
}
</style>
border-color css
<style>
span { border-color: #F6DD89; }
span { border-color: rgb(246,221,137); }
td.TdClassName
{
border-color: #F6DD89;
}
.TagClassName
{
border-color: #F6DD89;
}
</style>