Shades of Buff #F0DD89
Tints of Buff #F0DD89
RGB
CMYK
RGB Variations
Color information
#F0DD89 (or 0xF0DD89) is known color: Buff. HEX triplet: F0, DD and 89. RGB value is (240,221,137). Sum of RGB (Red+Green+Blue) = 240+221+137=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 137 (53.91% from 255 or 22.91% from 598); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DD89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DD89 is #0F2276. Grayscale: #D9D9D9. Windows color (decimal): -991863 or 9035248. OLE color: 9035248.
HSL color Cylindrical-coordinate representation of color #F0DD89: hue angle of 48.93º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0DD89 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 221 | 137 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.06 |
| HSL | 48.93º | 0.77% | 0.74% | - |
| HSV(B) | 48.93º | 0.43% | 0.94% | - |
| XYZ | 66.31 | 72.04 | 34.08 | - |
| YUV | 217.11 | 82.79 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 137 | 0 | 0.08 | 0.43 | 0.06 | 48.93 | 0.77 | 0.74 |
| Hex | F0 | DD | 89 | 0 | 8 | 2B | 6 | 31 | 4D | 4A |
| Octal | 360 | 335 | 211 | 0 | 10 | 53 | 6 | 61 | 115 | 112 |
| Binary | 11110000 | 11011101 | 10001001 | 0 | 1000 | 101011 | 110 | 110001 | 1001101 | 1001010 |
Color Harmonies of #F0DD89
Complementary color
Monochromatic Colors of #F0DD89
Black with #F0DD89
Text Example
Text Example
White with #F0DD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DD89; }
p { color: rgb(240,221,137); }
H1.HeaderClassName
{
color: #F0DD89;
}
.AnyTagClassName
{
color: #F0DD89;
}
</style>
background-color css
<style>
a { background-color: #F0DD89; }
a { background-color: rgb(240,221,137); }
div.DivClassName
{
background-color: #F0DD89;
}
.BgClassName
{
background-color: #F0DD89;
}
</style>
border-color css
<style>
span { border-color: #F0DD89; }
span { border-color: rgb(240,221,137); }
td.TdClassName
{
border-color: #F0DD89;
}
.TagClassName
{
border-color: #F0DD89;
}
</style>