Shades of Buff #F4DD7C
Tints of Buff #F4DD7C
RGB
CMYK
RGB Variations
Color information
#F4DD7C (or 0xF4DD7C) is known color: Buff. HEX triplet: F4, DD and 7C. RGB value is (244,221,124). Sum of RGB (Red+Green+Blue) = 244+221+124=589 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.43% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 124 (48.83% from 255 or 21.05% from 589); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DD7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4DD7C is #0B2283. Grayscale: #D9D9D9. Windows color (decimal): -729732 or 8183284. OLE color: 8183284.
HSL color Cylindrical-coordinate representation of color #F4DD7C: hue angle of 48.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 #F4DD7C is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 221 | 124 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.04 |
| HSL | 48.5º | 0.85% | 0.72% | - |
| HSV(B) | 48.5º | 0.49% | 0.96% | - |
| XYZ | 66.8 | 72.4 | 29.52 | - |
| YUV | 216.82 | 75.62 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 221 | 124 | 0 | 0.09 | 0.49 | 0.04 | 48.5 | 0.85 | 0.72 |
| Hex | F4 | DD | 7C | 0 | 9 | 31 | 4 | 30 | 55 | 48 |
| Octal | 364 | 335 | 174 | 0 | 11 | 61 | 4 | 60 | 125 | 110 |
| Binary | 11110100 | 11011101 | 1111100 | 0 | 1001 | 110001 | 100 | 110000 | 1010101 | 1001000 |
Color Harmonies of #F4DD7C
Complementary color
Monochromatic Colors of #F4DD7C
Black with #F4DD7C
Text Example
Text Example
White with #F4DD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DD7C; }
p { color: rgb(244,221,124); }
H1.HeaderClassName
{
color: #F4DD7C;
}
.AnyTagClassName
{
color: #F4DD7C;
}
</style>
background-color css
<style>
a { background-color: #F4DD7C; }
a { background-color: rgb(244,221,124); }
div.DivClassName
{
background-color: #F4DD7C;
}
.BgClassName
{
background-color: #F4DD7C;
}
</style>
border-color css
<style>
span { border-color: #F4DD7C; }
span { border-color: rgb(244,221,124); }
td.TdClassName
{
border-color: #F4DD7C;
}
.TagClassName
{
border-color: #F4DD7C;
}
</style>