Shades of Chardonnay #FDCC7C
Tints of Chardonnay #FDCC7C
RGB
CMYK
RGB Variations
Color information
#FDCC7C (or 0xFDCC7C) is known color: Chardonnay. HEX triplet: FD, CC and 7C. RGB value is (253,204,124). Sum of RGB (Red+Green+Blue) = 253+204+124=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 124 (48.83% from 255 or 21.34% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCC7C is #023383. Grayscale: #D1D1D1. Windows color (decimal): -144260 or 8178941. OLE color: 8178941.
HSL color Cylindrical-coordinate representation of color #FDCC7C: hue angle of 37.21º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FDCC7C is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 204 | 124 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.01 |
| HSL | 37.21º | 0.97% | 0.74% | - |
| HSV(B) | 37.21º | 0.51% | 0.99% | - |
| XYZ | 65.74 | 65.52 | 28.25 | - |
| YUV | 209.53 | 79.73 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 204 | 124 | 0 | 0.19 | 0.51 | 0.01 | 37.21 | 0.97 | 0.74 |
| Hex | FD | CC | 7C | 0 | 13 | 33 | 1 | 25 | 61 | 4A |
| Octal | 375 | 314 | 174 | 0 | 23 | 63 | 1 | 45 | 141 | 112 |
| Binary | 11111101 | 11001100 | 1111100 | 0 | 10011 | 110011 | 1 | 100101 | 1100001 | 1001010 |
Color Harmonies of #FDCC7C
Complementary color
Monochromatic Colors of #FDCC7C
Black with #FDCC7C
Text Example
Text Example
White with #FDCC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCC7C; }
p { color: rgb(253,204,124); }
H1.HeaderClassName
{
color: #FDCC7C;
}
.AnyTagClassName
{
color: #FDCC7C;
}
</style>
background-color css
<style>
a { background-color: #FDCC7C; }
a { background-color: rgb(253,204,124); }
div.DivClassName
{
background-color: #FDCC7C;
}
.BgClassName
{
background-color: #FDCC7C;
}
</style>
border-color css
<style>
span { border-color: #FDCC7C; }
span { border-color: rgb(253,204,124); }
td.TdClassName
{
border-color: #FDCC7C;
}
.TagClassName
{
border-color: #FDCC7C;
}
</style>