Shades of Buff #F4DB7D
Tints of Buff #F4DB7D
RGB
CMYK
RGB Variations
Color information
#F4DB7D (or 0xF4DB7D) is known color: Buff. HEX triplet: F4, DB and 7D. RGB value is (244,219,125). Sum of RGB (Red+Green+Blue) = 244+219+125=588 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.50% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 125 (49.22% from 255 or 21.26% from 588); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4DB7D is #0B2482. Grayscale: #D8D8D8. Windows color (decimal): -730243 or 8248308. OLE color: 8248308.
HSL color Cylindrical-coordinate representation of color #F4DB7D: hue angle of 47.39º degrees, saturation: 0.84, 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 #F4DB7D is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 219 | 125 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.04 |
| HSL | 47.39º | 0.84% | 0.72% | - |
| HSV(B) | 47.39º | 0.49% | 0.96% | - |
| XYZ | 66.34 | 71.38 | 29.68 | - |
| YUV | 215.76 | 76.78 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 219 | 125 | 0 | 0.10 | 0.49 | 0.04 | 47.39 | 0.84 | 0.72 |
| Hex | F4 | DB | 7D | 0 | A | 31 | 4 | 2F | 54 | 48 |
| Octal | 364 | 333 | 175 | 0 | 12 | 61 | 4 | 57 | 124 | 110 |
| Binary | 11110100 | 11011011 | 1111101 | 0 | 1010 | 110001 | 100 | 101111 | 1010100 | 1001000 |
Color Harmonies of #F4DB7D
Complementary color
Monochromatic Colors of #F4DB7D
Black with #F4DB7D
Text Example
Text Example
White with #F4DB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DB7D; }
p { color: rgb(244,219,125); }
H1.HeaderClassName
{
color: #F4DB7D;
}
.AnyTagClassName
{
color: #F4DB7D;
}
</style>
background-color css
<style>
a { background-color: #F4DB7D; }
a { background-color: rgb(244,219,125); }
div.DivClassName
{
background-color: #F4DB7D;
}
.BgClassName
{
background-color: #F4DB7D;
}
</style>
border-color css
<style>
span { border-color: #F4DB7D; }
span { border-color: rgb(244,219,125); }
td.TdClassName
{
border-color: #F4DB7D;
}
.TagClassName
{
border-color: #F4DB7D;
}
</style>