Shades of Chardonnay #FFCC78
Tints of Chardonnay #FFCC78
RGB
CMYK
RGB Variations
Color information
#FFCC78 (or 0xFFCC78) is known color: Chardonnay. HEX triplet: FF, CC and 78. RGB value is (255,204,120). Sum of RGB (Red+Green+Blue) = 255+204+120=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 120 (47.27% from 255 or 20.73% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCC78 is #003387. Grayscale: #D2D2D2. Windows color (decimal): -13192 or 7916799. OLE color: 7916799.
HSL color Cylindrical-coordinate representation of color #FFCC78: hue angle of 37.33º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFCC78 is Cyan = 0, Magento = 0.2, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 120 | - |
| CMYK | 0 | 0.2 | 0.53 | 0 |
| HSL | 37.33º | 1% | 0.74% | - |
| HSV(B) | 37.33º | 0.53% | 1% | - |
| XYZ | 66.22 | 65.8 | 26.98 | - |
| YUV | 209.67 | 77.4 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 120 | 0 | 0.2 | 0.53 | 0 | 37.33 | 1 | 0.74 |
| Hex | FF | CC | 78 | 0 | 14 | 35 | 0 | 25 | 64 | 4A |
| Octal | 377 | 314 | 170 | 0 | 24 | 65 | 0 | 45 | 144 | 112 |
| Binary | 11111111 | 11001100 | 1111000 | 0 | 10100 | 110101 | 0 | 100101 | 1100100 | 1001010 |
Color Harmonies of #FFCC78
Complementary color
Monochromatic Colors of #FFCC78
Black with #FFCC78
Text Example
Text Example
White with #FFCC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC78; }
p { color: rgb(255,204,120); }
H1.HeaderClassName
{
color: #FFCC78;
}
.AnyTagClassName
{
color: #FFCC78;
}
</style>
background-color css
<style>
a { background-color: #FFCC78; }
a { background-color: rgb(255,204,120); }
div.DivClassName
{
background-color: #FFCC78;
}
.BgClassName
{
background-color: #FFCC78;
}
</style>
border-color css
<style>
span { border-color: #FFCC78; }
span { border-color: rgb(255,204,120); }
td.TdClassName
{
border-color: #FFCC78;
}
.TagClassName
{
border-color: #FFCC78;
}
</style>