Shades of Chardonnay #FDCC7D
Tints of Chardonnay #FDCC7D
RGB
CMYK
RGB Variations
Color information
#FDCC7D (or 0xFDCC7D) is known color: Chardonnay. HEX triplet: FD, CC and 7D. RGB value is (253,204,125). Sum of RGB (Red+Green+Blue) = 253+204+125=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 125 (49.22% from 255 or 21.48% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCC7D is #023382. Grayscale: #D2D2D2. Windows color (decimal): -144259 or 8244477. OLE color: 8244477.
HSL color Cylindrical-coordinate representation of color #FDCC7D: hue angle of 37.03º 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 #FDCC7D is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 204 | 125 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.01 |
| HSL | 37.03º | 0.97% | 0.74% | - |
| HSV(B) | 37.03º | 0.51% | 0.99% | - |
| XYZ | 65.8 | 65.55 | 28.59 | - |
| YUV | 209.65 | 80.23 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 204 | 125 | 0 | 0.19 | 0.51 | 0.01 | 37.03 | 0.97 | 0.74 |
| Hex | FD | CC | 7D | 0 | 13 | 33 | 1 | 25 | 61 | 4A |
| Octal | 375 | 314 | 175 | 0 | 23 | 63 | 1 | 45 | 141 | 112 |
| Binary | 11111101 | 11001100 | 1111101 | 0 | 10011 | 110011 | 1 | 100101 | 1100001 | 1001010 |
Color Harmonies of #FDCC7D
Complementary color
Monochromatic Colors of #FDCC7D
Black with #FDCC7D
Text Example
Text Example
White with #FDCC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCC7D; }
p { color: rgb(253,204,125); }
H1.HeaderClassName
{
color: #FDCC7D;
}
.AnyTagClassName
{
color: #FDCC7D;
}
</style>
background-color css
<style>
a { background-color: #FDCC7D; }
a { background-color: rgb(253,204,125); }
div.DivClassName
{
background-color: #FDCC7D;
}
.BgClassName
{
background-color: #FDCC7D;
}
</style>
border-color css
<style>
span { border-color: #FDCC7D; }
span { border-color: rgb(253,204,125); }
td.TdClassName
{
border-color: #FDCC7D;
}
.TagClassName
{
border-color: #FDCC7D;
}
</style>