Shades of Chardonnay #FBC67D
Tints of Chardonnay #FBC67D
RGB
CMYK
RGB Variations
Color information
#FBC67D (or 0xFBC67D) is known color: Chardonnay. HEX triplet: FB, C6 and 7D. RGB value is (251,198,125). Sum of RGB (Red+Green+Blue) = 251+198+125=574 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.73% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 125 (49.22% from 255 or 21.78% from 574); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC67D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC67D is #043982. Grayscale: #CDCDCD. Windows color (decimal): -276867 or 8242939. OLE color: 8242939.
HSL color Cylindrical-coordinate representation of color #FBC67D: hue angle of 34.76º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FBC67D is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 125 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.02 |
| HSL | 34.76º | 0.94% | 0.74% | - |
| HSV(B) | 34.76º | 0.5% | 0.98% | - |
| XYZ | 63.68 | 62.38 | 28.09 | - |
| YUV | 205.53 | 82.56 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 125 | 0 | 0.21 | 0.50 | 0.02 | 34.76 | 0.94 | 0.74 |
| Hex | FB | C6 | 7D | 0 | 15 | 32 | 2 | 23 | 5E | 4A |
| Octal | 373 | 306 | 175 | 0 | 25 | 62 | 2 | 43 | 136 | 112 |
| Binary | 11111011 | 11000110 | 1111101 | 0 | 10101 | 110010 | 10 | 100011 | 1011110 | 1001010 |
Color Harmonies of #FBC67D
Complementary color
Monochromatic Colors of #FBC67D
Black with #FBC67D
Text Example
Text Example
White with #FBC67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC67D; }
p { color: rgb(251,198,125); }
H1.HeaderClassName
{
color: #FBC67D;
}
.AnyTagClassName
{
color: #FBC67D;
}
</style>
background-color css
<style>
a { background-color: #FBC67D; }
a { background-color: rgb(251,198,125); }
div.DivClassName
{
background-color: #FBC67D;
}
.BgClassName
{
background-color: #FBC67D;
}
</style>
border-color css
<style>
span { border-color: #FBC67D; }
span { border-color: rgb(251,198,125); }
td.TdClassName
{
border-color: #FBC67D;
}
.TagClassName
{
border-color: #FBC67D;
}
</style>