Shades of Buff #F3DC7B
Tints of Buff #F3DC7B
RGB
CMYK
RGB Variations
Color information
#F3DC7B (or 0xF3DC7B) is known color: Buff. HEX triplet: F3, DC and 7B. RGB value is (243,220,123). Sum of RGB (Red+Green+Blue) = 243+220+123=586 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.47% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 123 (48.44% from 255 or 20.99% from 586); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DC7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3DC7B is #0C2384. Grayscale: #D8D8D8. Windows color (decimal): -795525 or 8117491. OLE color: 8117491.
HSL color Cylindrical-coordinate representation of color #F3DC7B: hue angle of 48.5º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F3DC7B is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 220 | 123 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.05 |
| HSL | 48.5º | 0.83% | 0.72% | - |
| HSV(B) | 48.5º | 0.49% | 0.95% | - |
| XYZ | 66.13 | 71.67 | 29.09 | - |
| YUV | 215.82 | 75.62 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 220 | 123 | 0 | 0.09 | 0.49 | 0.05 | 48.5 | 0.83 | 0.72 |
| Hex | F3 | DC | 7B | 0 | 9 | 31 | 5 | 30 | 53 | 48 |
| Octal | 363 | 334 | 173 | 0 | 11 | 61 | 5 | 60 | 123 | 110 |
| Binary | 11110011 | 11011100 | 1111011 | 0 | 1001 | 110001 | 101 | 110000 | 1010011 | 1001000 |
Color Harmonies of #F3DC7B
Complementary color
Monochromatic Colors of #F3DC7B
Black with #F3DC7B
Text Example
Text Example
White with #F3DC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DC7B; }
p { color: rgb(243,220,123); }
H1.HeaderClassName
{
color: #F3DC7B;
}
.AnyTagClassName
{
color: #F3DC7B;
}
</style>
background-color css
<style>
a { background-color: #F3DC7B; }
a { background-color: rgb(243,220,123); }
div.DivClassName
{
background-color: #F3DC7B;
}
.BgClassName
{
background-color: #F3DC7B;
}
</style>
border-color css
<style>
span { border-color: #F3DC7B; }
span { border-color: rgb(243,220,123); }
td.TdClassName
{
border-color: #F3DC7B;
}
.TagClassName
{
border-color: #F3DC7B;
}
</style>