Shades of Buff #F4DB7C
Tints of Buff #F4DB7C
RGB
CMYK
RGB Variations
Color information
#F4DB7C (or 0xF4DB7C) is known color: Buff. HEX triplet: F4, DB and 7C. RGB value is (244,219,124). Sum of RGB (Red+Green+Blue) = 244+219+124=587 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.57% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 124 (48.83% from 255 or 21.12% from 587); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DB7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4DB7C is #0B2483. Grayscale: #D8D8D8. Windows color (decimal): -730244 or 8182772. OLE color: 8182772.
HSL color Cylindrical-coordinate representation of color #F4DB7C: hue angle of 47.5º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F4DB7C is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 219 | 124 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.04 |
| HSL | 47.5º | 0.85% | 0.72% | - |
| HSV(B) | 47.5º | 0.49% | 0.96% | - |
| XYZ | 66.28 | 71.35 | 29.35 | - |
| YUV | 215.65 | 76.28 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 219 | 124 | 0 | 0.10 | 0.49 | 0.04 | 47.5 | 0.85 | 0.72 |
| Hex | F4 | DB | 7C | 0 | A | 31 | 4 | 30 | 55 | 48 |
| Octal | 364 | 333 | 174 | 0 | 12 | 61 | 4 | 60 | 125 | 110 |
| Binary | 11110100 | 11011011 | 1111100 | 0 | 1010 | 110001 | 100 | 110000 | 1010101 | 1001000 |
Color Harmonies of #F4DB7C
Complementary color
Monochromatic Colors of #F4DB7C
Black with #F4DB7C
Text Example
Text Example
White with #F4DB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DB7C; }
p { color: rgb(244,219,124); }
H1.HeaderClassName
{
color: #F4DB7C;
}
.AnyTagClassName
{
color: #F4DB7C;
}
</style>
background-color css
<style>
a { background-color: #F4DB7C; }
a { background-color: rgb(244,219,124); }
div.DivClassName
{
background-color: #F4DB7C;
}
.BgClassName
{
background-color: #F4DB7C;
}
</style>
border-color css
<style>
span { border-color: #F4DB7C; }
span { border-color: rgb(244,219,124); }
td.TdClassName
{
border-color: #F4DB7C;
}
.TagClassName
{
border-color: #F4DB7C;
}
</style>