Shades of Buff #F6DB8C
Tints of Buff #F6DB8C
RGB
CMYK
RGB Variations
Color information
#F6DB8C (or 0xF6DB8C) is known color: Buff. HEX triplet: F6, DB and 8C. RGB value is (246,219,140). Sum of RGB (Red+Green+Blue) = 246+219+140=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 140 (55.08% from 255 or 23.14% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DB8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DB8C is #092473. Grayscale: #DADADA. Windows color (decimal): -599156 or 9231350. OLE color: 9231350.
HSL color Cylindrical-coordinate representation of color #F6DB8C: hue angle of 44.72º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F6DB8C is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 140 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.04 |
| HSL | 44.72º | 0.85% | 0.76% | - |
| HSV(B) | 44.72º | 0.43% | 0.96% | - |
| XYZ | 68.07 | 72.15 | 35.15 | - |
| YUV | 218.07 | 83.95 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 140 | 0 | 0.11 | 0.43 | 0.04 | 44.72 | 0.85 | 0.76 |
| Hex | F6 | DB | 8C | 0 | B | 2B | 4 | 2D | 55 | 4C |
| Octal | 366 | 333 | 214 | 0 | 13 | 53 | 4 | 55 | 125 | 114 |
| Binary | 11110110 | 11011011 | 10001100 | 0 | 1011 | 101011 | 100 | 101101 | 1010101 | 1001100 |
Color Harmonies of #F6DB8C
Complementary color
Monochromatic Colors of #F6DB8C
Black with #F6DB8C
Text Example
Text Example
White with #F6DB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DB8C; }
p { color: rgb(246,219,140); }
H1.HeaderClassName
{
color: #F6DB8C;
}
.AnyTagClassName
{
color: #F6DB8C;
}
</style>
background-color css
<style>
a { background-color: #F6DB8C; }
a { background-color: rgb(246,219,140); }
div.DivClassName
{
background-color: #F6DB8C;
}
.BgClassName
{
background-color: #F6DB8C;
}
</style>
border-color css
<style>
span { border-color: #F6DB8C; }
span { border-color: rgb(246,219,140); }
td.TdClassName
{
border-color: #F6DB8C;
}
.TagClassName
{
border-color: #F6DB8C;
}
</style>