Shades of Chardonnay #FFC480
Tints of Chardonnay #FFC480
RGB
CMYK
RGB Variations
Color information
#FFC480 (or 0xFFC480) is known color: Chardonnay. HEX triplet: FF, C4 and 80. RGB value is (255,196,128). Sum of RGB (Red+Green+Blue) = 255+196+128=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 196 (76.95% from 255 or 33.85% from 579); Blue value is 128 (50.39% from 255 or 22.11% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC480 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC480 is #003B7F. Grayscale: #CECECE. Windows color (decimal): -15232 or 8439039. OLE color: 8439039.
HSL color Cylindrical-coordinate representation of color #FFC480: hue angle of 32.13º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFC480 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 128 | - |
| CMYK | 0 | 0.23 | 0.50 | 0 |
| HSL | 32.13º | 1% | 0.75% | - |
| HSV(B) | 32.13º | 0.5% | 1% | - |
| XYZ | 64.88 | 62.3 | 29.03 | - |
| YUV | 205.89 | 84.05 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 128 | 0 | 0.23 | 0.50 | 0 | 32.13 | 1 | 0.75 |
| Hex | FF | C4 | 80 | 0 | 17 | 32 | 0 | 20 | 64 | 4B |
| Octal | 377 | 304 | 200 | 0 | 27 | 62 | 0 | 40 | 144 | 113 |
| Binary | 11111111 | 11000100 | 10000000 | 0 | 10111 | 110010 | 0 | 100000 | 1100100 | 1001011 |
Color Harmonies of #FFC480
Complementary color
Monochromatic Colors of #FFC480
Black with #FFC480
Text Example
Text Example
White with #FFC480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC480; }
p { color: rgb(255,196,128); }
H1.HeaderClassName
{
color: #FFC480;
}
.AnyTagClassName
{
color: #FFC480;
}
</style>
background-color css
<style>
a { background-color: #FFC480; }
a { background-color: rgb(255,196,128); }
div.DivClassName
{
background-color: #FFC480;
}
.BgClassName
{
background-color: #FFC480;
}
</style>
border-color css
<style>
span { border-color: #FFC480; }
span { border-color: rgb(255,196,128); }
td.TdClassName
{
border-color: #FFC480;
}
.TagClassName
{
border-color: #FFC480;
}
</style>