Shades of Chardonnay #FFBD6C
Tints of Chardonnay #FFBD6C
RGB
CMYK
RGB Variations
Color information
#FFBD6C (or 0xFFBD6C) is known color: Chardonnay. HEX triplet: FF, BD and 6C. RGB value is (255,189,108). Sum of RGB (Red+Green+Blue) = 255+189+108=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 108 (42.58% from 255 or 19.57% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBD6C is #004293. Grayscale: #C7C7C7. Windows color (decimal): -17044 or 7126527. OLE color: 7126527.
HSL color Cylindrical-coordinate representation of color #FFBD6C: hue angle of 33.06º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFBD6C is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 108 | - |
| CMYK | 0 | 0.26 | 0.58 | 0 |
| HSL | 33.06º | 1% | 0.71% | - |
| HSV(B) | 33.06º | 0.58% | 1% | - |
| XYZ | 62.14 | 58.74 | 22.25 | - |
| YUV | 199.5 | 76.37 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 108 | 0 | 0.26 | 0.58 | 0 | 33.06 | 1 | 0.71 |
| Hex | FF | BD | 6C | 0 | 1A | 3A | 0 | 21 | 64 | 47 |
| Octal | 377 | 275 | 154 | 0 | 32 | 72 | 0 | 41 | 144 | 107 |
| Binary | 11111111 | 10111101 | 1101100 | 0 | 11010 | 111010 | 0 | 100001 | 1100100 | 1000111 |
Color Harmonies of #FFBD6C
Complementary color
Monochromatic Colors of #FFBD6C
Black with #FFBD6C
Text Example
Text Example
White with #FFBD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD6C; }
p { color: rgb(255,189,108); }
H1.HeaderClassName
{
color: #FFBD6C;
}
.AnyTagClassName
{
color: #FFBD6C;
}
</style>
background-color css
<style>
a { background-color: #FFBD6C; }
a { background-color: rgb(255,189,108); }
div.DivClassName
{
background-color: #FFBD6C;
}
.BgClassName
{
background-color: #FFBD6C;
}
</style>
border-color css
<style>
span { border-color: #FFBD6C; }
span { border-color: rgb(255,189,108); }
td.TdClassName
{
border-color: #FFBD6C;
}
.TagClassName
{
border-color: #FFBD6C;
}
</style>