Shades of Chardonnay #FFCE7C
Tints of Chardonnay #FFCE7C
RGB
CMYK
RGB Variations
Color information
#FFCE7C (or 0xFFCE7C) is known color: Chardonnay. HEX triplet: FF, CE and 7C. RGB value is (255,206,124). Sum of RGB (Red+Green+Blue) = 255+206+124=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 124 (48.83% from 255 or 21.20% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE7C is #003183. Grayscale: #D3D3D3. Windows color (decimal): -12676 or 8179455. OLE color: 8179455.
HSL color Cylindrical-coordinate representation of color #FFCE7C: hue angle of 37.56º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFCE7C is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 124 | - |
| CMYK | 0 | 0.19 | 0.51 | 0 |
| HSL | 37.56º | 1% | 0.74% | - |
| HSV(B) | 37.56º | 0.51% | 1% | - |
| XYZ | 66.95 | 66.86 | 28.45 | - |
| YUV | 211.3 | 78.73 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 124 | 0 | 0.19 | 0.51 | 0 | 37.56 | 1 | 0.74 |
| Hex | FF | CE | 7C | 0 | 13 | 33 | 0 | 26 | 64 | 4A |
| Octal | 377 | 316 | 174 | 0 | 23 | 63 | 0 | 46 | 144 | 112 |
| Binary | 11111111 | 11001110 | 1111100 | 0 | 10011 | 110011 | 0 | 100110 | 1100100 | 1001010 |
Color Harmonies of #FFCE7C
Complementary color
Monochromatic Colors of #FFCE7C
Black with #FFCE7C
Text Example
Text Example
White with #FFCE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE7C; }
p { color: rgb(255,206,124); }
H1.HeaderClassName
{
color: #FFCE7C;
}
.AnyTagClassName
{
color: #FFCE7C;
}
</style>
background-color css
<style>
a { background-color: #FFCE7C; }
a { background-color: rgb(255,206,124); }
div.DivClassName
{
background-color: #FFCE7C;
}
.BgClassName
{
background-color: #FFCE7C;
}
</style>
border-color css
<style>
span { border-color: #FFCE7C; }
span { border-color: rgb(255,206,124); }
td.TdClassName
{
border-color: #FFCE7C;
}
.TagClassName
{
border-color: #FFCE7C;
}
</style>