Shades of Chardonnay #FCC37B
Tints of Chardonnay #FCC37B
RGB
CMYK
RGB Variations
Color information
#FCC37B (or 0xFCC37B) is known color: Chardonnay. HEX triplet: FC, C3 and 7B. RGB value is (252,195,123). Sum of RGB (Red+Green+Blue) = 252+195+123=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 123 (48.44% from 255 or 21.58% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC37B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC37B is #033C84. Grayscale: #CCCCCC. Windows color (decimal): -212101 or 8111100. OLE color: 8111100.
HSL color Cylindrical-coordinate representation of color #FCC37B: hue angle of 33.49º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FCC37B is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 123 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.01 |
| HSL | 33.49º | 0.96% | 0.74% | - |
| HSV(B) | 33.49º | 0.51% | 0.99% | - |
| XYZ | 63.24 | 61.16 | 27.21 | - |
| YUV | 203.84 | 82.38 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 123 | 0 | 0.23 | 0.51 | 0.01 | 33.49 | 0.96 | 0.74 |
| Hex | FC | C3 | 7B | 0 | 17 | 33 | 1 | 21 | 60 | 4A |
| Octal | 374 | 303 | 173 | 0 | 27 | 63 | 1 | 41 | 140 | 112 |
| Binary | 11111100 | 11000011 | 1111011 | 0 | 10111 | 110011 | 1 | 100001 | 1100000 | 1001010 |
Color Harmonies of #FCC37B
Complementary color
Monochromatic Colors of #FCC37B
Black with #FCC37B
Text Example
Text Example
White with #FCC37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC37B; }
p { color: rgb(252,195,123); }
H1.HeaderClassName
{
color: #FCC37B;
}
.AnyTagClassName
{
color: #FCC37B;
}
</style>
background-color css
<style>
a { background-color: #FCC37B; }
a { background-color: rgb(252,195,123); }
div.DivClassName
{
background-color: #FCC37B;
}
.BgClassName
{
background-color: #FCC37B;
}
</style>
border-color css
<style>
span { border-color: #FCC37B; }
span { border-color: rgb(252,195,123); }
td.TdClassName
{
border-color: #FCC37B;
}
.TagClassName
{
border-color: #FCC37B;
}
</style>