Shades of Buff #F4D78B
Tints of Buff #F4D78B
RGB
CMYK
RGB Variations
Color information
#F4D78B (or 0xF4D78B) is known color: Buff. HEX triplet: F4, D7 and 8B. RGB value is (244,215,139). Sum of RGB (Red+Green+Blue) = 244+215+139=598 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.80% from 598); Green value is 215 (84.38% from 255 or 35.95% from 598); Blue value is 139 (54.69% from 255 or 23.24% from 598); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D78B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D78B is #0B2874. Grayscale: #D7D7D7. Windows color (decimal): -731253 or 9164788. OLE color: 9164788.
HSL color Cylindrical-coordinate representation of color #F4D78B: hue angle of 43.43º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F4D78B is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 215 | 139 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.04 |
| HSL | 43.43º | 0.83% | 0.75% | - |
| HSV(B) | 43.43º | 0.43% | 0.96% | - |
| XYZ | 66.27 | 69.7 | 34.39 | - |
| YUV | 215.01 | 85.11 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 215 | 139 | 0 | 0.12 | 0.43 | 0.04 | 43.43 | 0.83 | 0.75 |
| Hex | F4 | D7 | 8B | 0 | C | 2B | 4 | 2B | 53 | 4B |
| Octal | 364 | 327 | 213 | 0 | 14 | 53 | 4 | 53 | 123 | 113 |
| Binary | 11110100 | 11010111 | 10001011 | 0 | 1100 | 101011 | 100 | 101011 | 1010011 | 1001011 |
Color Harmonies of #F4D78B
Complementary color
Monochromatic Colors of #F4D78B
Black with #F4D78B
Text Example
Text Example
White with #F4D78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D78B; }
p { color: rgb(244,215,139); }
H1.HeaderClassName
{
color: #F4D78B;
}
.AnyTagClassName
{
color: #F4D78B;
}
</style>
background-color css
<style>
a { background-color: #F4D78B; }
a { background-color: rgb(244,215,139); }
div.DivClassName
{
background-color: #F4D78B;
}
.BgClassName
{
background-color: #F4D78B;
}
</style>
border-color css
<style>
span { border-color: #F4D78B; }
span { border-color: rgb(244,215,139); }
td.TdClassName
{
border-color: #F4D78B;
}
.TagClassName
{
border-color: #F4D78B;
}
</style>