Shades of Buff #F0DB7D
Tints of Buff #F0DB7D
RGB
CMYK
RGB Variations
Color information
#F0DB7D (or 0xF0DB7D) is known color: Buff. HEX triplet: F0, DB and 7D. RGB value is (240,219,125). Sum of RGB (Red+Green+Blue) = 240+219+125=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 125 (49.22% from 255 or 21.40% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DB7D is #0F2482. Grayscale: #D6D6D6. Windows color (decimal): -992387 or 8248304. OLE color: 8248304.
HSL color Cylindrical-coordinate representation of color #F0DB7D: hue angle of 49.04º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0DB7D is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 219 | 125 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.06 |
| HSL | 49.04º | 0.79% | 0.72% | - |
| HSV(B) | 49.04º | 0.48% | 0.94% | - |
| XYZ | 64.97 | 70.67 | 29.62 | - |
| YUV | 214.56 | 77.46 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 125 | 0 | 0.09 | 0.48 | 0.06 | 49.04 | 0.79 | 0.72 |
| Hex | F0 | DB | 7D | 0 | 9 | 30 | 6 | 31 | 4F | 48 |
| Octal | 360 | 333 | 175 | 0 | 11 | 60 | 6 | 61 | 117 | 110 |
| Binary | 11110000 | 11011011 | 1111101 | 0 | 1001 | 110000 | 110 | 110001 | 1001111 | 1001000 |
Color Harmonies of #F0DB7D
Complementary color
Monochromatic Colors of #F0DB7D
Black with #F0DB7D
Text Example
Text Example
White with #F0DB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DB7D; }
p { color: rgb(240,219,125); }
H1.HeaderClassName
{
color: #F0DB7D;
}
.AnyTagClassName
{
color: #F0DB7D;
}
</style>
background-color css
<style>
a { background-color: #F0DB7D; }
a { background-color: rgb(240,219,125); }
div.DivClassName
{
background-color: #F0DB7D;
}
.BgClassName
{
background-color: #F0DB7D;
}
</style>
border-color css
<style>
span { border-color: #F0DB7D; }
span { border-color: rgb(240,219,125); }
td.TdClassName
{
border-color: #F0DB7D;
}
.TagClassName
{
border-color: #F0DB7D;
}
</style>