Shades of Chardonnay #FFCC7E
Tints of Chardonnay #FFCC7E
RGB
CMYK
RGB Variations
Color information
#FFCC7E (or 0xFFCC7E) is known color: Chardonnay. HEX triplet: FF, CC and 7E. RGB value is (255,204,126). Sum of RGB (Red+Green+Blue) = 255+204+126=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 126 (49.61% from 255 or 21.54% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCC7E is #003381. Grayscale: #D2D2D2. Windows color (decimal): -13186 or 8310015. OLE color: 8310015.
HSL color Cylindrical-coordinate representation of color #FFCC7E: hue angle of 36.28º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFCC7E is Cyan = 0, Magento = 0.2, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 126 | - |
| CMYK | 0 | 0.2 | 0.51 | 0 |
| HSL | 36.28º | 1% | 0.75% | - |
| HSV(B) | 36.28º | 0.51% | 1% | - |
| XYZ | 66.6 | 65.95 | 28.96 | - |
| YUV | 210.36 | 80.4 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 126 | 0 | 0.2 | 0.51 | 0 | 36.28 | 1 | 0.75 |
| Hex | FF | CC | 7E | 0 | 14 | 33 | 0 | 24 | 64 | 4B |
| Octal | 377 | 314 | 176 | 0 | 24 | 63 | 0 | 44 | 144 | 113 |
| Binary | 11111111 | 11001100 | 1111110 | 0 | 10100 | 110011 | 0 | 100100 | 1100100 | 1001011 |
Color Harmonies of #FFCC7E
Complementary color
Monochromatic Colors of #FFCC7E
Black with #FFCC7E
Text Example
Text Example
White with #FFCC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC7E; }
p { color: rgb(255,204,126); }
H1.HeaderClassName
{
color: #FFCC7E;
}
.AnyTagClassName
{
color: #FFCC7E;
}
</style>
background-color css
<style>
a { background-color: #FFCC7E; }
a { background-color: rgb(255,204,126); }
div.DivClassName
{
background-color: #FFCC7E;
}
.BgClassName
{
background-color: #FFCC7E;
}
</style>
border-color css
<style>
span { border-color: #FFCC7E; }
span { border-color: rgb(255,204,126); }
td.TdClassName
{
border-color: #FFCC7E;
}
.TagClassName
{
border-color: #FFCC7E;
}
</style>