Shades of Buff #F4DF7D
Tints of Buff #F4DF7D
RGB
CMYK
RGB Variations
Color information
#F4DF7D (or 0xF4DF7D) is known color: Buff. HEX triplet: F4, DF and 7D. RGB value is (244,223,125). Sum of RGB (Red+Green+Blue) = 244+223+125=592 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.22% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 125 (49.22% from 255 or 21.11% from 592); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DF7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4DF7D is #0B2082. Grayscale: #DADADA. Windows color (decimal): -729219 or 8249332. OLE color: 8249332.
HSL color Cylindrical-coordinate representation of color #F4DF7D: hue angle of 49.41º 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 #F4DF7D is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 223 | 125 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.04 |
| HSL | 49.41º | 0.84% | 0.72% | - |
| HSV(B) | 49.41º | 0.49% | 0.96% | - |
| XYZ | 67.4 | 73.49 | 30.03 | - |
| YUV | 218.11 | 75.46 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 223 | 125 | 0 | 0.09 | 0.49 | 0.04 | 49.41 | 0.84 | 0.72 |
| Hex | F4 | DF | 7D | 0 | 9 | 31 | 4 | 31 | 54 | 48 |
| Octal | 364 | 337 | 175 | 0 | 11 | 61 | 4 | 61 | 124 | 110 |
| Binary | 11110100 | 11011111 | 1111101 | 0 | 1001 | 110001 | 100 | 110001 | 1010100 | 1001000 |
Color Harmonies of #F4DF7D
Complementary color
Monochromatic Colors of #F4DF7D
Black with #F4DF7D
Text Example
Text Example
White with #F4DF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DF7D; }
p { color: rgb(244,223,125); }
H1.HeaderClassName
{
color: #F4DF7D;
}
.AnyTagClassName
{
color: #F4DF7D;
}
</style>
background-color css
<style>
a { background-color: #F4DF7D; }
a { background-color: rgb(244,223,125); }
div.DivClassName
{
background-color: #F4DF7D;
}
.BgClassName
{
background-color: #F4DF7D;
}
</style>
border-color css
<style>
span { border-color: #F4DF7D; }
span { border-color: rgb(244,223,125); }
td.TdClassName
{
border-color: #F4DF7D;
}
.TagClassName
{
border-color: #F4DF7D;
}
</style>