Shades of Buff #F5DC7D
Tints of Buff #F5DC7D
RGB
CMYK
RGB Variations
Color information
#F5DC7D (or 0xF5DC7D) is known color: Buff. HEX triplet: F5, DC and 7D. RGB value is (245,220,125). Sum of RGB (Red+Green+Blue) = 245+220+125=590 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.53% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 125 (49.22% from 255 or 21.19% from 590); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DC7D is #0A2382. Grayscale: #D9D9D9. Windows color (decimal): -664451 or 8248565. OLE color: 8248565.
HSL color Cylindrical-coordinate representation of color #F5DC7D: hue angle of 47.5º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5DC7D is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 125 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.04 |
| HSL | 47.5º | 0.86% | 0.73% | - |
| HSV(B) | 47.5º | 0.49% | 0.96% | - |
| XYZ | 66.95 | 72.08 | 29.79 | - |
| YUV | 216.65 | 76.28 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 125 | 0 | 0.10 | 0.49 | 0.04 | 47.5 | 0.86 | 0.73 |
| Hex | F5 | DC | 7D | 0 | A | 31 | 4 | 30 | 56 | 49 |
| Octal | 365 | 334 | 175 | 0 | 12 | 61 | 4 | 60 | 126 | 111 |
| Binary | 11110101 | 11011100 | 1111101 | 0 | 1010 | 110001 | 100 | 110000 | 1010110 | 1001001 |
Color Harmonies of #F5DC7D
Complementary color
Monochromatic Colors of #F5DC7D
Black with #F5DC7D
Text Example
Text Example
White with #F5DC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DC7D; }
p { color: rgb(245,220,125); }
H1.HeaderClassName
{
color: #F5DC7D;
}
.AnyTagClassName
{
color: #F5DC7D;
}
</style>
background-color css
<style>
a { background-color: #F5DC7D; }
a { background-color: rgb(245,220,125); }
div.DivClassName
{
background-color: #F5DC7D;
}
.BgClassName
{
background-color: #F5DC7D;
}
</style>
border-color css
<style>
span { border-color: #F5DC7D; }
span { border-color: rgb(245,220,125); }
td.TdClassName
{
border-color: #F5DC7D;
}
.TagClassName
{
border-color: #F5DC7D;
}
</style>