Shades of Buff #F5DC84
Tints of Buff #F5DC84
RGB
CMYK
RGB Variations
Color information
#F5DC84 (or 0xF5DC84) is known color: Buff. HEX triplet: F5, DC and 84. RGB value is (245,220,132). Sum of RGB (Red+Green+Blue) = 245+220+132=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 132 (51.95% from 255 or 22.11% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DC84 is #0A237B. Grayscale: #D9D9D9. Windows color (decimal): -664444 or 8707317. OLE color: 8707317.
HSL color Cylindrical-coordinate representation of color #F5DC84: hue angle of 46.73º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F5DC84 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 132 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.04 |
| HSL | 46.73º | 0.85% | 0.74% | - |
| HSV(B) | 46.73º | 0.46% | 0.96% | - |
| XYZ | 67.41 | 72.26 | 32.23 | - |
| YUV | 217.44 | 79.78 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 132 | 0 | 0.10 | 0.46 | 0.04 | 46.73 | 0.85 | 0.74 |
| Hex | F5 | DC | 84 | 0 | A | 2E | 4 | 2F | 55 | 4A |
| Octal | 365 | 334 | 204 | 0 | 12 | 56 | 4 | 57 | 125 | 112 |
| Binary | 11110101 | 11011100 | 10000100 | 0 | 1010 | 101110 | 100 | 101111 | 1010101 | 1001010 |
Color Harmonies of #F5DC84
Complementary color
Monochromatic Colors of #F5DC84
Black with #F5DC84
Text Example
Text Example
White with #F5DC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DC84; }
p { color: rgb(245,220,132); }
H1.HeaderClassName
{
color: #F5DC84;
}
.AnyTagClassName
{
color: #F5DC84;
}
</style>
background-color css
<style>
a { background-color: #F5DC84; }
a { background-color: rgb(245,220,132); }
div.DivClassName
{
background-color: #F5DC84;
}
.BgClassName
{
background-color: #F5DC84;
}
</style>
border-color css
<style>
span { border-color: #F5DC84; }
span { border-color: rgb(245,220,132); }
td.TdClassName
{
border-color: #F5DC84;
}
.TagClassName
{
border-color: #F5DC84;
}
</style>