Shades of Buff #F2DB7D
Tints of Buff #F2DB7D
RGB
CMYK
RGB Variations
Color information
#F2DB7D (or 0xF2DB7D) is known color: Buff. HEX triplet: F2, DB and 7D. RGB value is (242,219,125). Sum of RGB (Red+Green+Blue) = 242+219+125=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 125 (49.22% from 255 or 21.33% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DB7D is #0D2482. Grayscale: #D7D7D7. Windows color (decimal): -861315 or 8248306. OLE color: 8248306.
HSL color Cylindrical-coordinate representation of color #F2DB7D: hue angle of 48.21º degrees, saturation: 0.82, 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 #F2DB7D is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 125 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.05 |
| HSL | 48.21º | 0.82% | 0.72% | - |
| HSV(B) | 48.21º | 0.48% | 0.95% | - |
| XYZ | 65.65 | 71.02 | 29.65 | - |
| YUV | 215.16 | 77.12 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 125 | 0 | 0.10 | 0.48 | 0.05 | 48.21 | 0.82 | 0.72 |
| Hex | F2 | DB | 7D | 0 | A | 30 | 5 | 30 | 52 | 48 |
| Octal | 362 | 333 | 175 | 0 | 12 | 60 | 5 | 60 | 122 | 110 |
| Binary | 11110010 | 11011011 | 1111101 | 0 | 1010 | 110000 | 101 | 110000 | 1010010 | 1001000 |
Color Harmonies of #F2DB7D
Complementary color
Monochromatic Colors of #F2DB7D
Black with #F2DB7D
Text Example
Text Example
White with #F2DB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DB7D; }
p { color: rgb(242,219,125); }
H1.HeaderClassName
{
color: #F2DB7D;
}
.AnyTagClassName
{
color: #F2DB7D;
}
</style>
background-color css
<style>
a { background-color: #F2DB7D; }
a { background-color: rgb(242,219,125); }
div.DivClassName
{
background-color: #F2DB7D;
}
.BgClassName
{
background-color: #F2DB7D;
}
</style>
border-color css
<style>
span { border-color: #F2DB7D; }
span { border-color: rgb(242,219,125); }
td.TdClassName
{
border-color: #F2DB7D;
}
.TagClassName
{
border-color: #F2DB7D;
}
</style>