Shades of Buff #F6DB87
Tints of Buff #F6DB87
RGB
CMYK
RGB Variations
Color information
#F6DB87 (or 0xF6DB87) is known color: Buff. HEX triplet: F6, DB and 87. RGB value is (246,219,135). Sum of RGB (Red+Green+Blue) = 246+219+135=600 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 135 (53.12% from 255 or 22.5% from 600); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DB87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DB87 is #092478. Grayscale: #D9D9D9. Windows color (decimal): -599161 or 8903670. OLE color: 8903670.
HSL color Cylindrical-coordinate representation of color #F6DB87: hue angle of 45.41º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F6DB87 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 135 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.04 |
| HSL | 45.41º | 0.86% | 0.75% | - |
| HSV(B) | 45.41º | 0.45% | 0.96% | - |
| XYZ | 67.71 | 72.01 | 33.25 | - |
| YUV | 217.5 | 81.45 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 135 | 0 | 0.11 | 0.45 | 0.04 | 45.41 | 0.86 | 0.75 |
| Hex | F6 | DB | 87 | 0 | B | 2D | 4 | 2D | 56 | 4B |
| Octal | 366 | 333 | 207 | 0 | 13 | 55 | 4 | 55 | 126 | 113 |
| Binary | 11110110 | 11011011 | 10000111 | 0 | 1011 | 101101 | 100 | 101101 | 1010110 | 1001011 |
Color Harmonies of #F6DB87
Complementary color
Monochromatic Colors of #F6DB87
Black with #F6DB87
Text Example
Text Example
White with #F6DB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DB87; }
p { color: rgb(246,219,135); }
H1.HeaderClassName
{
color: #F6DB87;
}
.AnyTagClassName
{
color: #F6DB87;
}
</style>
background-color css
<style>
a { background-color: #F6DB87; }
a { background-color: rgb(246,219,135); }
div.DivClassName
{
background-color: #F6DB87;
}
.BgClassName
{
background-color: #F6DB87;
}
</style>
border-color css
<style>
span { border-color: #F6DB87; }
span { border-color: rgb(246,219,135); }
td.TdClassName
{
border-color: #F6DB87;
}
.TagClassName
{
border-color: #F6DB87;
}
</style>