Shades of Buff #F5DC83
Tints of Buff #F5DC83
RGB
CMYK
RGB Variations
Color information
#F5DC83 (or 0xF5DC83) is known color: Buff. HEX triplet: F5, DC and 83. RGB value is (245,220,131). Sum of RGB (Red+Green+Blue) = 245+220+131=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 131 (51.56% from 255 or 21.98% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DC83 is #0A237C. Grayscale: #D9D9D9. Windows color (decimal): -664445 or 8641781. OLE color: 8641781.
HSL color Cylindrical-coordinate representation of color #F5DC83: hue angle of 46.84º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F5DC83 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 131 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.04 |
| HSL | 46.84º | 0.85% | 0.74% | - |
| HSV(B) | 46.84º | 0.47% | 0.96% | - |
| XYZ | 67.35 | 72.24 | 31.87 | - |
| YUV | 217.33 | 79.28 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 131 | 0 | 0.10 | 0.47 | 0.04 | 46.84 | 0.85 | 0.74 |
| Hex | F5 | DC | 83 | 0 | A | 2F | 4 | 2F | 55 | 4A |
| Octal | 365 | 334 | 203 | 0 | 12 | 57 | 4 | 57 | 125 | 112 |
| Binary | 11110101 | 11011100 | 10000011 | 0 | 1010 | 101111 | 100 | 101111 | 1010101 | 1001010 |
Color Harmonies of #F5DC83
Complementary color
Monochromatic Colors of #F5DC83
Black with #F5DC83
Text Example
Text Example
White with #F5DC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DC83; }
p { color: rgb(245,220,131); }
H1.HeaderClassName
{
color: #F5DC83;
}
.AnyTagClassName
{
color: #F5DC83;
}
</style>
background-color css
<style>
a { background-color: #F5DC83; }
a { background-color: rgb(245,220,131); }
div.DivClassName
{
background-color: #F5DC83;
}
.BgClassName
{
background-color: #F5DC83;
}
</style>
border-color css
<style>
span { border-color: #F5DC83; }
span { border-color: rgb(245,220,131); }
td.TdClassName
{
border-color: #F5DC83;
}
.TagClassName
{
border-color: #F5DC83;
}
</style>