Shades of Buff #F1DB7D
Tints of Buff #F1DB7D
RGB
CMYK
RGB Variations
Color information
#F1DB7D (or 0xF1DB7D) is known color: Buff. HEX triplet: F1, DB and 7D. RGB value is (241,219,125). Sum of RGB (Red+Green+Blue) = 241+219+125=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 125 (49.22% from 255 or 21.37% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DB7D is #0E2482. Grayscale: #D7D7D7. Windows color (decimal): -926851 or 8248305. OLE color: 8248305.
HSL color Cylindrical-coordinate representation of color #F1DB7D: hue angle of 48.62º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F1DB7D is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 125 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.05 |
| HSL | 48.62º | 0.81% | 0.72% | - |
| HSV(B) | 48.62º | 0.48% | 0.95% | - |
| XYZ | 65.31 | 70.84 | 29.63 | - |
| YUV | 214.86 | 77.29 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 125 | 0 | 0.09 | 0.48 | 0.05 | 48.62 | 0.81 | 0.72 |
| Hex | F1 | DB | 7D | 0 | 9 | 30 | 5 | 31 | 51 | 48 |
| Octal | 361 | 333 | 175 | 0 | 11 | 60 | 5 | 61 | 121 | 110 |
| Binary | 11110001 | 11011011 | 1111101 | 0 | 1001 | 110000 | 101 | 110001 | 1010001 | 1001000 |
Color Harmonies of #F1DB7D
Complementary color
Monochromatic Colors of #F1DB7D
Black with #F1DB7D
Text Example
Text Example
White with #F1DB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DB7D; }
p { color: rgb(241,219,125); }
H1.HeaderClassName
{
color: #F1DB7D;
}
.AnyTagClassName
{
color: #F1DB7D;
}
</style>
background-color css
<style>
a { background-color: #F1DB7D; }
a { background-color: rgb(241,219,125); }
div.DivClassName
{
background-color: #F1DB7D;
}
.BgClassName
{
background-color: #F1DB7D;
}
</style>
border-color css
<style>
span { border-color: #F1DB7D; }
span { border-color: rgb(241,219,125); }
td.TdClassName
{
border-color: #F1DB7D;
}
.TagClassName
{
border-color: #F1DB7D;
}
</style>