Shades of Chardonnay #FFCC7F
Tints of Chardonnay #FFCC7F
RGB
CMYK
RGB Variations
Color information
#FFCC7F (or 0xFFCC7F) is known color: Chardonnay. HEX triplet: FF, CC and 7F. RGB value is (255,204,127). Sum of RGB (Red+Green+Blue) = 255+204+127=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 127 (50% from 255 or 21.67% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCC7F is #003380. Grayscale: #D2D2D2. Windows color (decimal): -13185 or 8375551. OLE color: 8375551.
HSL color Cylindrical-coordinate representation of color #FFCC7F: hue angle of 36.09º 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 #FFCC7F is Cyan = 0, Magento = 0.2, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 127 | - |
| CMYK | 0 | 0.2 | 0.50 | 0 |
| HSL | 36.09º | 1% | 0.75% | - |
| HSV(B) | 36.09º | 0.5% | 1% | - |
| XYZ | 66.66 | 65.98 | 29.3 | - |
| YUV | 210.47 | 80.9 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 127 | 0 | 0.2 | 0.50 | 0 | 36.09 | 1 | 0.75 |
| Hex | FF | CC | 7F | 0 | 14 | 32 | 0 | 24 | 64 | 4B |
| Octal | 377 | 314 | 177 | 0 | 24 | 62 | 0 | 44 | 144 | 113 |
| Binary | 11111111 | 11001100 | 1111111 | 0 | 10100 | 110010 | 0 | 100100 | 1100100 | 1001011 |
Color Harmonies of #FFCC7F
Complementary color
Monochromatic Colors of #FFCC7F
Black with #FFCC7F
Text Example
Text Example
White with #FFCC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC7F; }
p { color: rgb(255,204,127); }
H1.HeaderClassName
{
color: #FFCC7F;
}
.AnyTagClassName
{
color: #FFCC7F;
}
</style>
background-color css
<style>
a { background-color: #FFCC7F; }
a { background-color: rgb(255,204,127); }
div.DivClassName
{
background-color: #FFCC7F;
}
.BgClassName
{
background-color: #FFCC7F;
}
</style>
border-color css
<style>
span { border-color: #FFCC7F; }
span { border-color: rgb(255,204,127); }
td.TdClassName
{
border-color: #FFCC7F;
}
.TagClassName
{
border-color: #FFCC7F;
}
</style>