Shades of Chardonnay #FFC478
Tints of Chardonnay #FFC478
RGB
CMYK
RGB Variations
Color information
#FFC478 (or 0xFFC478) is known color: Chardonnay. HEX triplet: FF, C4 and 78. RGB value is (255,196,120). Sum of RGB (Red+Green+Blue) = 255+196+120=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 120 (47.27% from 255 or 21.02% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC478 is #003B87. Grayscale: #CDCDCD. Windows color (decimal): -15240 or 7914751. OLE color: 7914751.
HSL color Cylindrical-coordinate representation of color #FFC478: hue angle of 33.78º 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 #FFC478 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 120 | - |
| CMYK | 0 | 0.23 | 0.53 | 0 |
| HSL | 33.78º | 1% | 0.74% | - |
| HSV(B) | 33.78º | 0.53% | 1% | - |
| XYZ | 64.37 | 62.1 | 26.36 | - |
| YUV | 204.98 | 80.05 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 120 | 0 | 0.23 | 0.53 | 0 | 33.78 | 1 | 0.74 |
| Hex | FF | C4 | 78 | 0 | 17 | 35 | 0 | 22 | 64 | 4A |
| Octal | 377 | 304 | 170 | 0 | 27 | 65 | 0 | 42 | 144 | 112 |
| Binary | 11111111 | 11000100 | 1111000 | 0 | 10111 | 110101 | 0 | 100010 | 1100100 | 1001010 |
Color Harmonies of #FFC478
Complementary color
Monochromatic Colors of #FFC478
Black with #FFC478
Text Example
Text Example
White with #FFC478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC478; }
p { color: rgb(255,196,120); }
H1.HeaderClassName
{
color: #FFC478;
}
.AnyTagClassName
{
color: #FFC478;
}
</style>
background-color css
<style>
a { background-color: #FFC478; }
a { background-color: rgb(255,196,120); }
div.DivClassName
{
background-color: #FFC478;
}
.BgClassName
{
background-color: #FFC478;
}
</style>
border-color css
<style>
span { border-color: #FFC478; }
span { border-color: rgb(255,196,120); }
td.TdClassName
{
border-color: #FFC478;
}
.TagClassName
{
border-color: #FFC478;
}
</style>