Shades of Chardonnay #FFC874
Tints of Chardonnay #FFC874
RGB
CMYK
RGB Variations
Color information
#FFC874 (or 0xFFC874) is known color: Chardonnay. HEX triplet: FF, C8 and 74. RGB value is (255,200,116). Sum of RGB (Red+Green+Blue) = 255+200+116=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 116 (45.70% from 255 or 20.32% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC874 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC874 is #00378B. Grayscale: #CFCFCF. Windows color (decimal): -14220 or 7653631. OLE color: 7653631.
HSL color Cylindrical-coordinate representation of color #FFC874: hue angle of 36.26º 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 #FFC874 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 116 | - |
| CMYK | 0 | 0.22 | 0.55 | 0 |
| HSL | 36.26º | 1% | 0.73% | - |
| HSV(B) | 36.26º | 0.55% | 1% | - |
| XYZ | 65.05 | 63.83 | 25.42 | - |
| YUV | 206.87 | 76.72 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 116 | 0 | 0.22 | 0.55 | 0 | 36.26 | 1 | 0.73 |
| Hex | FF | C8 | 74 | 0 | 16 | 37 | 0 | 24 | 64 | 49 |
| Octal | 377 | 310 | 164 | 0 | 26 | 67 | 0 | 44 | 144 | 111 |
| Binary | 11111111 | 11001000 | 1110100 | 0 | 10110 | 110111 | 0 | 100100 | 1100100 | 1001001 |
Color Harmonies of #FFC874
Complementary color
Monochromatic Colors of #FFC874
Black with #FFC874
Text Example
Text Example
White with #FFC874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC874; }
p { color: rgb(255,200,116); }
H1.HeaderClassName
{
color: #FFC874;
}
.AnyTagClassName
{
color: #FFC874;
}
</style>
background-color css
<style>
a { background-color: #FFC874; }
a { background-color: rgb(255,200,116); }
div.DivClassName
{
background-color: #FFC874;
}
.BgClassName
{
background-color: #FFC874;
}
</style>
border-color css
<style>
span { border-color: #FFC874; }
span { border-color: rgb(255,200,116); }
td.TdClassName
{
border-color: #FFC874;
}
.TagClassName
{
border-color: #FFC874;
}
</style>