Shades of Buff #F3DB89
Tints of Buff #F3DB89
RGB
CMYK
RGB Variations
Color information
#F3DB89 (or 0xF3DB89) is known color: Buff. HEX triplet: F3, DB and 89. RGB value is (243,219,137). Sum of RGB (Red+Green+Blue) = 243+219+137=599 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.57% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 137 (53.91% from 255 or 22.87% from 599); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DB89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DB89 is #0C2476. Grayscale: #D9D9D9. Windows color (decimal): -795767 or 9034739. OLE color: 9034739.
HSL color Cylindrical-coordinate representation of color #F3DB89: hue angle of 46.42º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F3DB89 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 219 | 137 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.05 |
| HSL | 46.42º | 0.82% | 0.75% | - |
| HSV(B) | 46.42º | 0.44% | 0.95% | - |
| XYZ | 66.81 | 71.52 | 33.95 | - |
| YUV | 216.83 | 82.95 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 137 | 0 | 0.10 | 0.44 | 0.05 | 46.42 | 0.82 | 0.75 |
| Hex | F3 | DB | 89 | 0 | A | 2C | 5 | 2E | 52 | 4B |
| Octal | 363 | 333 | 211 | 0 | 12 | 54 | 5 | 56 | 122 | 113 |
| Binary | 11110011 | 11011011 | 10001001 | 0 | 1010 | 101100 | 101 | 101110 | 1010010 | 1001011 |
Color Harmonies of #F3DB89
Complementary color
Monochromatic Colors of #F3DB89
Black with #F3DB89
Text Example
Text Example
White with #F3DB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DB89; }
p { color: rgb(243,219,137); }
H1.HeaderClassName
{
color: #F3DB89;
}
.AnyTagClassName
{
color: #F3DB89;
}
</style>
background-color css
<style>
a { background-color: #F3DB89; }
a { background-color: rgb(243,219,137); }
div.DivClassName
{
background-color: #F3DB89;
}
.BgClassName
{
background-color: #F3DB89;
}
</style>
border-color css
<style>
span { border-color: #F3DB89; }
span { border-color: rgb(243,219,137); }
td.TdClassName
{
border-color: #F3DB89;
}
.TagClassName
{
border-color: #F3DB89;
}
</style>