Shades of Buff #F5DC87
Tints of Buff #F5DC87
RGB
CMYK
RGB Variations
Color information
#F5DC87 (or 0xF5DC87) is known color: Buff. HEX triplet: F5, DC and 87. RGB value is (245,220,135). Sum of RGB (Red+Green+Blue) = 245+220+135=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 135 (53.12% from 255 or 22.5% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DC87 is #0A2378. Grayscale: #DADADA. Windows color (decimal): -664441 or 8903925. OLE color: 8903925.
HSL color Cylindrical-coordinate representation of color #F5DC87: hue angle of 46.36º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F5DC87 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 135 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.04 |
| HSL | 46.36º | 0.85% | 0.75% | - |
| HSV(B) | 46.36º | 0.45% | 0.96% | - |
| XYZ | 67.62 | 72.35 | 33.32 | - |
| YUV | 217.79 | 81.28 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 135 | 0 | 0.10 | 0.45 | 0.04 | 46.36 | 0.85 | 0.75 |
| Hex | F5 | DC | 87 | 0 | A | 2D | 4 | 2E | 55 | 4B |
| Octal | 365 | 334 | 207 | 0 | 12 | 55 | 4 | 56 | 125 | 113 |
| Binary | 11110101 | 11011100 | 10000111 | 0 | 1010 | 101101 | 100 | 101110 | 1010101 | 1001011 |
Color Harmonies of #F5DC87
Complementary color
Monochromatic Colors of #F5DC87
Black with #F5DC87
Text Example
Text Example
White with #F5DC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DC87; }
p { color: rgb(245,220,135); }
H1.HeaderClassName
{
color: #F5DC87;
}
.AnyTagClassName
{
color: #F5DC87;
}
</style>
background-color css
<style>
a { background-color: #F5DC87; }
a { background-color: rgb(245,220,135); }
div.DivClassName
{
background-color: #F5DC87;
}
.BgClassName
{
background-color: #F5DC87;
}
</style>
border-color css
<style>
span { border-color: #F5DC87; }
span { border-color: rgb(245,220,135); }
td.TdClassName
{
border-color: #F5DC87;
}
.TagClassName
{
border-color: #F5DC87;
}
</style>