Shades of Buff #F4DC7D
Tints of Buff #F4DC7D
RGB
CMYK
RGB Variations
Color information
#F4DC7D (or 0xF4DC7D) is known color: Buff. HEX triplet: F4, DC and 7D. RGB value is (244,220,125). Sum of RGB (Red+Green+Blue) = 244+220+125=589 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.43% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 125 (49.22% from 255 or 21.22% from 589); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4DC7D is #0B2382. Grayscale: #D8D8D8. Windows color (decimal): -729987 or 8248564. OLE color: 8248564.
HSL color Cylindrical-coordinate representation of color #F4DC7D: hue angle of 47.9º 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 #F4DC7D is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 220 | 125 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.04 |
| HSL | 47.9º | 0.84% | 0.72% | - |
| HSV(B) | 47.9º | 0.49% | 0.96% | - |
| XYZ | 66.6 | 71.9 | 29.77 | - |
| YUV | 216.35 | 76.45 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 220 | 125 | 0 | 0.10 | 0.49 | 0.04 | 47.9 | 0.84 | 0.72 |
| Hex | F4 | DC | 7D | 0 | A | 31 | 4 | 30 | 54 | 48 |
| Octal | 364 | 334 | 175 | 0 | 12 | 61 | 4 | 60 | 124 | 110 |
| Binary | 11110100 | 11011100 | 1111101 | 0 | 1010 | 110001 | 100 | 110000 | 1010100 | 1001000 |
Color Harmonies of #F4DC7D
Complementary color
Monochromatic Colors of #F4DC7D
Black with #F4DC7D
Text Example
Text Example
White with #F4DC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DC7D; }
p { color: rgb(244,220,125); }
H1.HeaderClassName
{
color: #F4DC7D;
}
.AnyTagClassName
{
color: #F4DC7D;
}
</style>
background-color css
<style>
a { background-color: #F4DC7D; }
a { background-color: rgb(244,220,125); }
div.DivClassName
{
background-color: #F4DC7D;
}
.BgClassName
{
background-color: #F4DC7D;
}
</style>
border-color css
<style>
span { border-color: #F4DC7D; }
span { border-color: rgb(244,220,125); }
td.TdClassName
{
border-color: #F4DC7D;
}
.TagClassName
{
border-color: #F4DC7D;
}
</style>