Shades of Chardonnay #FFC380
Tints of Chardonnay #FFC380
RGB
CMYK
RGB Variations
Color information
#FFC380 (or 0xFFC380) is known color: Chardonnay. HEX triplet: FF, C3 and 80. RGB value is (255,195,128). Sum of RGB (Red+Green+Blue) = 255+195+128=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 195 (76.56% from 255 or 33.74% from 578); Blue value is 128 (50.39% from 255 or 22.15% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC380 is #003C7F. Grayscale: #CDCDCD. Windows color (decimal): -15488 or 8438783. OLE color: 8438783.
HSL color Cylindrical-coordinate representation of color #FFC380: hue angle of 31.65º 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 #FFC380 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 128 | - |
| CMYK | 0 | 0.24 | 0.50 | 0 |
| HSL | 31.65º | 1% | 0.75% | - |
| HSV(B) | 31.65º | 0.5% | 1% | - |
| XYZ | 64.65 | 61.85 | 28.95 | - |
| YUV | 205.3 | 84.38 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 128 | 0 | 0.24 | 0.50 | 0 | 31.65 | 1 | 0.75 |
| Hex | FF | C3 | 80 | 0 | 18 | 32 | 0 | 20 | 64 | 4B |
| Octal | 377 | 303 | 200 | 0 | 30 | 62 | 0 | 40 | 144 | 113 |
| Binary | 11111111 | 11000011 | 10000000 | 0 | 11000 | 110010 | 0 | 100000 | 1100100 | 1001011 |
Color Harmonies of #FFC380
Complementary color
Monochromatic Colors of #FFC380
Black with #FFC380
Text Example
Text Example
White with #FFC380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC380; }
p { color: rgb(255,195,128); }
H1.HeaderClassName
{
color: #FFC380;
}
.AnyTagClassName
{
color: #FFC380;
}
</style>
background-color css
<style>
a { background-color: #FFC380; }
a { background-color: rgb(255,195,128); }
div.DivClassName
{
background-color: #FFC380;
}
.BgClassName
{
background-color: #FFC380;
}
</style>
border-color css
<style>
span { border-color: #FFC380; }
span { border-color: rgb(255,195,128); }
td.TdClassName
{
border-color: #FFC380;
}
.TagClassName
{
border-color: #FFC380;
}
</style>