Shades of Chardonnay #FCC37D
Tints of Chardonnay #FCC37D
RGB
CMYK
RGB Variations
Color information
#FCC37D (or 0xFCC37D) is known color: Chardonnay. HEX triplet: FC, C3 and 7D. RGB value is (252,195,125). Sum of RGB (Red+Green+Blue) = 252+195+125=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 195 (76.56% from 255 or 34.09% from 572); Blue value is 125 (49.22% from 255 or 21.85% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC37D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC37D is #033C82. Grayscale: #CCCCCC. Windows color (decimal): -212099 or 8242172. OLE color: 8242172.
HSL color Cylindrical-coordinate representation of color #FCC37D: hue angle of 33.07º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCC37D is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 125 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.01 |
| HSL | 33.07º | 0.95% | 0.74% | - |
| HSV(B) | 33.07º | 0.5% | 0.99% | - |
| XYZ | 63.36 | 61.21 | 27.88 | - |
| YUV | 204.06 | 83.38 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 125 | 0 | 0.23 | 0.50 | 0.01 | 33.07 | 0.95 | 0.74 |
| Hex | FC | C3 | 7D | 0 | 17 | 32 | 1 | 21 | 5F | 4A |
| Octal | 374 | 303 | 175 | 0 | 27 | 62 | 1 | 41 | 137 | 112 |
| Binary | 11111100 | 11000011 | 1111101 | 0 | 10111 | 110010 | 1 | 100001 | 1011111 | 1001010 |
Color Harmonies of #FCC37D
Complementary color
Monochromatic Colors of #FCC37D
Black with #FCC37D
Text Example
Text Example
White with #FCC37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC37D; }
p { color: rgb(252,195,125); }
H1.HeaderClassName
{
color: #FCC37D;
}
.AnyTagClassName
{
color: #FCC37D;
}
</style>
background-color css
<style>
a { background-color: #FCC37D; }
a { background-color: rgb(252,195,125); }
div.DivClassName
{
background-color: #FCC37D;
}
.BgClassName
{
background-color: #FCC37D;
}
</style>
border-color css
<style>
span { border-color: #FCC37D; }
span { border-color: rgb(252,195,125); }
td.TdClassName
{
border-color: #FCC37D;
}
.TagClassName
{
border-color: #FCC37D;
}
</style>