Shades of Chardonnay #FFC376
Tints of Chardonnay #FFC376
RGB
CMYK
RGB Variations
Color information
#FFC376 (or 0xFFC376) is known color: Chardonnay. HEX triplet: FF, C3 and 76. RGB value is (255,195,118). Sum of RGB (Red+Green+Blue) = 255+195+118=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 195 (76.56% from 255 or 34.33% from 568); Blue value is 118 (46.48% from 255 or 20.77% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC376 is #003C89. Grayscale: #CCCCCC. Windows color (decimal): -15498 or 7783423. OLE color: 7783423.
HSL color Cylindrical-coordinate representation of color #FFC376: hue angle of 33.72º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFC376 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 118 | - |
| CMYK | 0 | 0.24 | 0.54 | 0 |
| HSL | 33.72º | 1% | 0.73% | - |
| HSV(B) | 33.72º | 0.54% | 1% | - |
| XYZ | 64.03 | 61.6 | 25.65 | - |
| YUV | 204.16 | 79.38 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 118 | 0 | 0.24 | 0.54 | 0 | 33.72 | 1 | 0.73 |
| Hex | FF | C3 | 76 | 0 | 18 | 36 | 0 | 22 | 64 | 49 |
| Octal | 377 | 303 | 166 | 0 | 30 | 66 | 0 | 42 | 144 | 111 |
| Binary | 11111111 | 11000011 | 1110110 | 0 | 11000 | 110110 | 0 | 100010 | 1100100 | 1001001 |
Color Harmonies of #FFC376
Complementary color
Monochromatic Colors of #FFC376
Black with #FFC376
Text Example
Text Example
White with #FFC376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC376; }
p { color: rgb(255,195,118); }
H1.HeaderClassName
{
color: #FFC376;
}
.AnyTagClassName
{
color: #FFC376;
}
</style>
background-color css
<style>
a { background-color: #FFC376; }
a { background-color: rgb(255,195,118); }
div.DivClassName
{
background-color: #FFC376;
}
.BgClassName
{
background-color: #FFC376;
}
</style>
border-color css
<style>
span { border-color: #FFC376; }
span { border-color: rgb(255,195,118); }
td.TdClassName
{
border-color: #FFC376;
}
.TagClassName
{
border-color: #FFC376;
}
</style>