Shades of Chardonnay #FFC680
Tints of Chardonnay #FFC680
RGB
CMYK
RGB Variations
Color information
#FFC680 (or 0xFFC680) is known color: Chardonnay. HEX triplet: FF, C6 and 80. RGB value is (255,198,128). Sum of RGB (Red+Green+Blue) = 255+198+128=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 198 (77.73% from 255 or 34.08% from 581); Blue value is 128 (50.39% from 255 or 22.03% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC680 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC680 is #00397F. Grayscale: #CFCFCF. Windows color (decimal): -14720 or 8439551. OLE color: 8439551.
HSL color Cylindrical-coordinate representation of color #FFC680: hue angle of 33.07º 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 #FFC680 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 198 | 128 | - |
CMYK | 0 | 0.22 | 0.50 | 0 |
HSL | 33.07º | 1% | 0.75% | - |
HSV(B) | 33.07º | 0.5% | 1% | - |
XYZ | 65.33 | 63.21 | 29.18 | - |
YUV | 207.06 | 83.38 | 162.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 198 | 128 | 0 | 0.22 | 0.50 | 0 | 33.07 | 1 | 0.75 |
Hex | FF | C6 | 80 | 0 | 16 | 32 | 0 | 21 | 64 | 4B |
Octal | 377 | 306 | 200 | 0 | 26 | 62 | 0 | 41 | 144 | 113 |
Binary | 11111111 | 11000110 | 10000000 | 0 | 10110 | 110010 | 0 | 100001 | 1100100 | 1001011 |
Color Harmonies of #FFC680
Complementary color
Monochromatic Colors of #FFC680
Black with #FFC680
Text Example
Text Example
White with #FFC680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC680; }
p { color: rgb(255,198,128); }
H1.HeaderClassName
{
color: #FFC680;
}
.AnyTagClassName
{
color: #FFC680;
}
</style>
background-color css
<style>
a { background-color: #FFC680; }
a { background-color: rgb(255,198,128); }
div.DivClassName
{
background-color: #FFC680;
}
.BgClassName
{
background-color: #FFC680;
}
</style>
border-color css
<style>
span { border-color: #FFC680; }
span { border-color: rgb(255,198,128); }
td.TdClassName
{
border-color: #FFC680;
}
.TagClassName
{
border-color: #FFC680;
}
</style>