Shades of Buff #F5DB7F
Tints of Buff #F5DB7F
RGB
CMYK
RGB Variations
Color information
#F5DB7F (or 0xF5DB7F) is known color: Buff. HEX triplet: F5, DB and 7F. RGB value is (245,219,127). Sum of RGB (Red+Green+Blue) = 245+219+127=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 127 (50% from 255 or 21.49% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DB7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DB7F is #0A2480. Grayscale: #D8D8D8. Windows color (decimal): -664705 or 8379381. OLE color: 8379381.
HSL color Cylindrical-coordinate representation of color #F5DB7F: hue angle of 46.78º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F5DB7F is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 219 | 127 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.04 |
| HSL | 46.78º | 0.86% | 0.73% | - |
| HSV(B) | 46.78º | 0.48% | 0.96% | - |
| XYZ | 66.82 | 71.61 | 30.38 | - |
| YUV | 216.29 | 77.61 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 219 | 127 | 0 | 0.11 | 0.48 | 0.04 | 46.78 | 0.86 | 0.73 |
| Hex | F5 | DB | 7F | 0 | B | 30 | 4 | 2F | 56 | 49 |
| Octal | 365 | 333 | 177 | 0 | 13 | 60 | 4 | 57 | 126 | 111 |
| Binary | 11110101 | 11011011 | 1111111 | 0 | 1011 | 110000 | 100 | 101111 | 1010110 | 1001001 |
Color Harmonies of #F5DB7F
Complementary color
Monochromatic Colors of #F5DB7F
Black with #F5DB7F
Text Example
Text Example
White with #F5DB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DB7F; }
p { color: rgb(245,219,127); }
H1.HeaderClassName
{
color: #F5DB7F;
}
.AnyTagClassName
{
color: #F5DB7F;
}
</style>
background-color css
<style>
a { background-color: #F5DB7F; }
a { background-color: rgb(245,219,127); }
div.DivClassName
{
background-color: #F5DB7F;
}
.BgClassName
{
background-color: #F5DB7F;
}
</style>
border-color css
<style>
span { border-color: #F5DB7F; }
span { border-color: rgb(245,219,127); }
td.TdClassName
{
border-color: #F5DB7F;
}
.TagClassName
{
border-color: #F5DB7F;
}
</style>