Shades of Chardonnay #FFBF68
Tints of Chardonnay #FFBF68
RGB
CMYK
RGB Variations
Color information
#FFBF68 (or 0xFFBF68) is known color: Chardonnay. HEX triplet: FF, BF and 68. RGB value is (255,191,104). Sum of RGB (Red+Green+Blue) = 255+191+104=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 104 (41.02% from 255 or 18.91% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBF68 is #004097. Grayscale: #C8C8C8. Windows color (decimal): -16536 or 6864895. OLE color: 6864895.
HSL color Cylindrical-coordinate representation of color #FFBF68: hue angle of 34.57º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFBF68 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 104 | - |
| CMYK | 0 | 0.25 | 0.59 | 0 |
| HSL | 34.57º | 1% | 0.7% | - |
| HSV(B) | 34.57º | 0.59% | 1% | - |
| XYZ | 62.37 | 59.52 | 21.3 | - |
| YUV | 200.22 | 73.7 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 104 | 0 | 0.25 | 0.59 | 0 | 34.57 | 1 | 0.7 |
| Hex | FF | BF | 68 | 0 | 19 | 3B | 0 | 23 | 64 | 46 |
| Octal | 377 | 277 | 150 | 0 | 31 | 73 | 0 | 43 | 144 | 106 |
| Binary | 11111111 | 10111111 | 1101000 | 0 | 11001 | 111011 | 0 | 100011 | 1100100 | 1000110 |
Color Harmonies of #FFBF68
Complementary color
Monochromatic Colors of #FFBF68
Black with #FFBF68
Text Example
Text Example
White with #FFBF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBF68; }
p { color: rgb(255,191,104); }
H1.HeaderClassName
{
color: #FFBF68;
}
.AnyTagClassName
{
color: #FFBF68;
}
</style>
background-color css
<style>
a { background-color: #FFBF68; }
a { background-color: rgb(255,191,104); }
div.DivClassName
{
background-color: #FFBF68;
}
.BgClassName
{
background-color: #FFBF68;
}
</style>
border-color css
<style>
span { border-color: #FFBF68; }
span { border-color: rgb(255,191,104); }
td.TdClassName
{
border-color: #FFBF68;
}
.TagClassName
{
border-color: #FFBF68;
}
</style>