Shades of Buff #F5DD7D
Tints of Buff #F5DD7D
RGB
CMYK
RGB Variations
Color information
#F5DD7D (or 0xF5DD7D) is known color: Buff. HEX triplet: F5, DD and 7D. RGB value is (245,221,125). Sum of RGB (Red+Green+Blue) = 245+221+125=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 125 (49.22% from 255 or 21.15% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DD7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DD7D is #0A2282. Grayscale: #D9D9D9. Windows color (decimal): -664195 or 8248821. OLE color: 8248821.
HSL color Cylindrical-coordinate representation of color #F5DD7D: hue angle of 48º 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 #F5DD7D is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 221 | 125 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.04 |
| HSL | 48º | 0.86% | 0.73% | - |
| HSV(B) | 48º | 0.49% | 0.96% | - |
| XYZ | 67.21 | 72.61 | 29.87 | - |
| YUV | 217.23 | 75.95 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 125 | 0 | 0.10 | 0.49 | 0.04 | 48 | 0.86 | 0.73 |
| Hex | F5 | DD | 7D | 0 | A | 31 | 4 | 30 | 56 | 49 |
| Octal | 365 | 335 | 175 | 0 | 12 | 61 | 4 | 60 | 126 | 111 |
| Binary | 11110101 | 11011101 | 1111101 | 0 | 1010 | 110001 | 100 | 110000 | 1010110 | 1001001 |
Color Harmonies of #F5DD7D
Complementary color
Monochromatic Colors of #F5DD7D
Black with #F5DD7D
Text Example
Text Example
White with #F5DD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DD7D; }
p { color: rgb(245,221,125); }
H1.HeaderClassName
{
color: #F5DD7D;
}
.AnyTagClassName
{
color: #F5DD7D;
}
</style>
background-color css
<style>
a { background-color: #F5DD7D; }
a { background-color: rgb(245,221,125); }
div.DivClassName
{
background-color: #F5DD7D;
}
.BgClassName
{
background-color: #F5DD7D;
}
</style>
border-color css
<style>
span { border-color: #F5DD7D; }
span { border-color: rgb(245,221,125); }
td.TdClassName
{
border-color: #F5DD7D;
}
.TagClassName
{
border-color: #F5DD7D;
}
</style>