Shades of Buff #F3DB84
Tints of Buff #F3DB84
RGB
CMYK
RGB Variations
Color information
#F3DB84 (or 0xF3DB84) is known color: Buff. HEX triplet: F3, DB and 84. RGB value is (243,219,132). Sum of RGB (Red+Green+Blue) = 243+219+132=594 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.91% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 132 (51.95% from 255 or 22.22% from 594); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DB84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DB84 is #0C247B. Grayscale: #D8D8D8. Windows color (decimal): -795772 or 8707059. OLE color: 8707059.
HSL color Cylindrical-coordinate representation of color #F3DB84: hue angle of 47.03º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F3DB84 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 219 | 132 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.05 |
| HSL | 47.03º | 0.82% | 0.74% | - |
| HSV(B) | 47.03º | 0.46% | 0.95% | - |
| XYZ | 66.46 | 71.38 | 32.11 | - |
| YUV | 216.26 | 80.45 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 132 | 0 | 0.10 | 0.46 | 0.05 | 47.03 | 0.82 | 0.74 |
| Hex | F3 | DB | 84 | 0 | A | 2E | 5 | 2F | 52 | 4A |
| Octal | 363 | 333 | 204 | 0 | 12 | 56 | 5 | 57 | 122 | 112 |
| Binary | 11110011 | 11011011 | 10000100 | 0 | 1010 | 101110 | 101 | 101111 | 1010010 | 1001010 |
Color Harmonies of #F3DB84
Complementary color
Monochromatic Colors of #F3DB84
Black with #F3DB84
Text Example
Text Example
White with #F3DB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DB84; }
p { color: rgb(243,219,132); }
H1.HeaderClassName
{
color: #F3DB84;
}
.AnyTagClassName
{
color: #F3DB84;
}
</style>
background-color css
<style>
a { background-color: #F3DB84; }
a { background-color: rgb(243,219,132); }
div.DivClassName
{
background-color: #F3DB84;
}
.BgClassName
{
background-color: #F3DB84;
}
</style>
border-color css
<style>
span { border-color: #F3DB84; }
span { border-color: rgb(243,219,132); }
td.TdClassName
{
border-color: #F3DB84;
}
.TagClassName
{
border-color: #F3DB84;
}
</style>