Shades of Chardonnay #FFCC82
Tints of Chardonnay #FFCC82
RGB
CMYK
RGB Variations
Color information
#FFCC82 (or 0xFFCC82) is known color: Chardonnay. HEX triplet: FF, CC and 82. RGB value is (255,204,130). Sum of RGB (Red+Green+Blue) = 255+204+130=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 130 (51.17% from 255 or 22.07% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCC82 is #00337D. Grayscale: #D3D3D3. Windows color (decimal): -13182 or 8572159. OLE color: 8572159.
HSL color Cylindrical-coordinate representation of color #FFCC82: hue angle of 35.52º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFCC82 is Cyan = 0, Magento = 0.2, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 130 | - |
| CMYK | 0 | 0.2 | 0.49 | 0 |
| HSL | 35.52º | 1% | 0.75% | - |
| HSV(B) | 35.52º | 0.49% | 1% | - |
| XYZ | 66.86 | 66.06 | 30.35 | - |
| YUV | 210.81 | 82.4 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 130 | 0 | 0.2 | 0.49 | 0 | 35.52 | 1 | 0.75 |
| Hex | FF | CC | 82 | 0 | 14 | 31 | 0 | 24 | 64 | 4B |
| Octal | 377 | 314 | 202 | 0 | 24 | 61 | 0 | 44 | 144 | 113 |
| Binary | 11111111 | 11001100 | 10000010 | 0 | 10100 | 110001 | 0 | 100100 | 1100100 | 1001011 |
Color Harmonies of #FFCC82
Complementary color
Monochromatic Colors of #FFCC82
Black with #FFCC82
Text Example
Text Example
White with #FFCC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC82; }
p { color: rgb(255,204,130); }
H1.HeaderClassName
{
color: #FFCC82;
}
.AnyTagClassName
{
color: #FFCC82;
}
</style>
background-color css
<style>
a { background-color: #FFCC82; }
a { background-color: rgb(255,204,130); }
div.DivClassName
{
background-color: #FFCC82;
}
.BgClassName
{
background-color: #FFCC82;
}
</style>
border-color css
<style>
span { border-color: #FFCC82; }
span { border-color: rgb(255,204,130); }
td.TdClassName
{
border-color: #FFCC82;
}
.TagClassName
{
border-color: #FFCC82;
}
</style>