Shades of Buff #F3DB85
Tints of Buff #F3DB85
RGB
CMYK
RGB Variations
Color information
#F3DB85 (or 0xF3DB85) is known color: Buff. HEX triplet: F3, DB and 85. RGB value is (243,219,133). Sum of RGB (Red+Green+Blue) = 243+219+133=595 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.84% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 133 (52.34% from 255 or 22.35% from 595); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DB85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DB85 is #0C247A. Grayscale: #D8D8D8. Windows color (decimal): -795771 or 8772595. OLE color: 8772595.
HSL color Cylindrical-coordinate representation of color #F3DB85: hue angle of 46.91º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F3DB85 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 219 | 133 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.05 |
| HSL | 46.91º | 0.82% | 0.74% | - |
| HSV(B) | 46.91º | 0.45% | 0.95% | - |
| XYZ | 66.53 | 71.41 | 32.47 | - |
| YUV | 216.37 | 80.95 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 133 | 0 | 0.10 | 0.45 | 0.05 | 46.91 | 0.82 | 0.74 |
| Hex | F3 | DB | 85 | 0 | A | 2D | 5 | 2F | 52 | 4A |
| Octal | 363 | 333 | 205 | 0 | 12 | 55 | 5 | 57 | 122 | 112 |
| Binary | 11110011 | 11011011 | 10000101 | 0 | 1010 | 101101 | 101 | 101111 | 1010010 | 1001010 |
Color Harmonies of #F3DB85
Complementary color
Monochromatic Colors of #F3DB85
Black with #F3DB85
Text Example
Text Example
White with #F3DB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DB85; }
p { color: rgb(243,219,133); }
H1.HeaderClassName
{
color: #F3DB85;
}
.AnyTagClassName
{
color: #F3DB85;
}
</style>
background-color css
<style>
a { background-color: #F3DB85; }
a { background-color: rgb(243,219,133); }
div.DivClassName
{
background-color: #F3DB85;
}
.BgClassName
{
background-color: #F3DB85;
}
</style>
border-color css
<style>
span { border-color: #F3DB85; }
span { border-color: rgb(243,219,133); }
td.TdClassName
{
border-color: #F3DB85;
}
.TagClassName
{
border-color: #F3DB85;
}
</style>