Shades of Buff #F5DB8D
Tints of Buff #F5DB8D
RGB
CMYK
RGB Variations
Color information
#F5DB8D (or 0xF5DB8D) is known color: Buff. HEX triplet: F5, DB and 8D. RGB value is (245,219,141). Sum of RGB (Red+Green+Blue) = 245+219+141=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 141 (55.47% from 255 or 23.31% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DB8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DB8D is #0A2472. Grayscale: #DADADA. Windows color (decimal): -664691 or 9296885. OLE color: 9296885.
HSL color Cylindrical-coordinate representation of color #F5DB8D: hue angle of 45º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5DB8D is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 219 | 141 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.04 |
| HSL | 45º | 0.84% | 0.76% | - |
| HSV(B) | 45º | 0.42% | 0.96% | - |
| XYZ | 67.8 | 72 | 35.52 | - |
| YUV | 217.88 | 84.61 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 219 | 141 | 0 | 0.11 | 0.42 | 0.04 | 45 | 0.84 | 0.76 |
| Hex | F5 | DB | 8D | 0 | B | 2A | 4 | 2D | 54 | 4C |
| Octal | 365 | 333 | 215 | 0 | 13 | 52 | 4 | 55 | 124 | 114 |
| Binary | 11110101 | 11011011 | 10001101 | 0 | 1011 | 101010 | 100 | 101101 | 1010100 | 1001100 |
Color Harmonies of #F5DB8D
Complementary color
Monochromatic Colors of #F5DB8D
Black with #F5DB8D
Text Example
Text Example
White with #F5DB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DB8D; }
p { color: rgb(245,219,141); }
H1.HeaderClassName
{
color: #F5DB8D;
}
.AnyTagClassName
{
color: #F5DB8D;
}
</style>
background-color css
<style>
a { background-color: #F5DB8D; }
a { background-color: rgb(245,219,141); }
div.DivClassName
{
background-color: #F5DB8D;
}
.BgClassName
{
background-color: #F5DB8D;
}
</style>
border-color css
<style>
span { border-color: #F5DB8D; }
span { border-color: rgb(245,219,141); }
td.TdClassName
{
border-color: #F5DB8D;
}
.TagClassName
{
border-color: #F5DB8D;
}
</style>