Shades of Chardonnay #FFC373
Tints of Chardonnay #FFC373
RGB
CMYK
RGB Variations
Color information
#FFC373 (or 0xFFC373) is known color: Chardonnay. HEX triplet: FF, C3 and 73. RGB value is (255,195,115). Sum of RGB (Red+Green+Blue) = 255+195+115=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 195 (76.56% from 255 or 34.51% from 565); Blue value is 115 (45.31% from 255 or 20.35% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC373 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC373 is #003C8C. Grayscale: #CCCCCC. Windows color (decimal): -15501 or 7586815. OLE color: 7586815.
HSL color Cylindrical-coordinate representation of color #FFC373: hue angle of 34.29º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFC373 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 115 | - |
| CMYK | 0 | 0.24 | 0.55 | 0 |
| HSL | 34.29º | 1% | 0.73% | - |
| HSV(B) | 34.29º | 0.55% | 1% | - |
| XYZ | 63.85 | 61.53 | 24.73 | - |
| YUV | 203.82 | 77.88 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 115 | 0 | 0.24 | 0.55 | 0 | 34.29 | 1 | 0.73 |
| Hex | FF | C3 | 73 | 0 | 18 | 37 | 0 | 22 | 64 | 49 |
| Octal | 377 | 303 | 163 | 0 | 30 | 67 | 0 | 42 | 144 | 111 |
| Binary | 11111111 | 11000011 | 1110011 | 0 | 11000 | 110111 | 0 | 100010 | 1100100 | 1001001 |
Color Harmonies of #FFC373
Complementary color
Monochromatic Colors of #FFC373
Black with #FFC373
Text Example
Text Example
White with #FFC373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC373; }
p { color: rgb(255,195,115); }
H1.HeaderClassName
{
color: #FFC373;
}
.AnyTagClassName
{
color: #FFC373;
}
</style>
background-color css
<style>
a { background-color: #FFC373; }
a { background-color: rgb(255,195,115); }
div.DivClassName
{
background-color: #FFC373;
}
.BgClassName
{
background-color: #FFC373;
}
</style>
border-color css
<style>
span { border-color: #FFC373; }
span { border-color: rgb(255,195,115); }
td.TdClassName
{
border-color: #FFC373;
}
.TagClassName
{
border-color: #FFC373;
}
</style>