Shades of Buff #F5DB88
Tints of Buff #F5DB88
RGB
CMYK
RGB Variations
Color information
#F5DB88 (or 0xF5DB88) is known color: Buff. HEX triplet: F5, DB and 88. RGB value is (245,219,136). Sum of RGB (Red+Green+Blue) = 245+219+136=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 136 (53.52% from 255 or 22.67% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DB88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DB88 is #0A2477. Grayscale: #D9D9D9. Windows color (decimal): -664696 or 8969205. OLE color: 8969205.
HSL color Cylindrical-coordinate representation of color #F5DB88: hue angle of 45.69º degrees, saturation: 0.84, 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 #F5DB88 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 219 | 136 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.04 |
| HSL | 45.69º | 0.84% | 0.75% | - |
| HSV(B) | 45.69º | 0.44% | 0.96% | - |
| XYZ | 67.43 | 71.85 | 33.61 | - |
| YUV | 217.31 | 82.11 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 219 | 136 | 0 | 0.11 | 0.44 | 0.04 | 45.69 | 0.84 | 0.75 |
| Hex | F5 | DB | 88 | 0 | B | 2C | 4 | 2E | 54 | 4B |
| Octal | 365 | 333 | 210 | 0 | 13 | 54 | 4 | 56 | 124 | 113 |
| Binary | 11110101 | 11011011 | 10001000 | 0 | 1011 | 101100 | 100 | 101110 | 1010100 | 1001011 |
Color Harmonies of #F5DB88
Complementary color
Monochromatic Colors of #F5DB88
Black with #F5DB88
Text Example
Text Example
White with #F5DB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DB88; }
p { color: rgb(245,219,136); }
H1.HeaderClassName
{
color: #F5DB88;
}
.AnyTagClassName
{
color: #F5DB88;
}
</style>
background-color css
<style>
a { background-color: #F5DB88; }
a { background-color: rgb(245,219,136); }
div.DivClassName
{
background-color: #F5DB88;
}
.BgClassName
{
background-color: #F5DB88;
}
</style>
border-color css
<style>
span { border-color: #F5DB88; }
span { border-color: rgb(245,219,136); }
td.TdClassName
{
border-color: #F5DB88;
}
.TagClassName
{
border-color: #F5DB88;
}
</style>