Shades of Chardonnay #FDCC7A
Tints of Chardonnay #FDCC7A
RGB
CMYK
RGB Variations
Color information
#FDCC7A (or 0xFDCC7A) is known color: Chardonnay. HEX triplet: FD, CC and 7A. RGB value is (253,204,122). Sum of RGB (Red+Green+Blue) = 253+204+122=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 122 (48.05% from 255 or 21.07% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCC7A is #023385. Grayscale: #D1D1D1. Windows color (decimal): -144262 or 8047869. OLE color: 8047869.
HSL color Cylindrical-coordinate representation of color #FDCC7A: hue angle of 37.56º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FDCC7A is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 204 | 122 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.01 |
| HSL | 37.56º | 0.97% | 0.74% | - |
| HSV(B) | 37.56º | 0.52% | 0.99% | - |
| XYZ | 65.61 | 65.47 | 27.59 | - |
| YUV | 209.3 | 78.73 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 204 | 122 | 0 | 0.19 | 0.52 | 0.01 | 37.56 | 0.97 | 0.74 |
| Hex | FD | CC | 7A | 0 | 13 | 34 | 1 | 26 | 61 | 4A |
| Octal | 375 | 314 | 172 | 0 | 23 | 64 | 1 | 46 | 141 | 112 |
| Binary | 11111101 | 11001100 | 1111010 | 0 | 10011 | 110100 | 1 | 100110 | 1100001 | 1001010 |
Color Harmonies of #FDCC7A
Complementary color
Monochromatic Colors of #FDCC7A
Black with #FDCC7A
Text Example
Text Example
White with #FDCC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCC7A; }
p { color: rgb(253,204,122); }
H1.HeaderClassName
{
color: #FDCC7A;
}
.AnyTagClassName
{
color: #FDCC7A;
}
</style>
background-color css
<style>
a { background-color: #FDCC7A; }
a { background-color: rgb(253,204,122); }
div.DivClassName
{
background-color: #FDCC7A;
}
.BgClassName
{
background-color: #FDCC7A;
}
</style>
border-color css
<style>
span { border-color: #FDCC7A; }
span { border-color: rgb(253,204,122); }
td.TdClassName
{
border-color: #FDCC7A;
}
.TagClassName
{
border-color: #FDCC7A;
}
</style>