Shades of Chardonnay #FDCD7E
Tints of Chardonnay #FDCD7E
RGB
CMYK
RGB Variations
Color information
#FDCD7E (or 0xFDCD7E) is known color: Chardonnay. HEX triplet: FD, CD and 7E. RGB value is (253,205,126). Sum of RGB (Red+Green+Blue) = 253+205+126=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 126 (49.61% from 255 or 21.58% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCD7E is #023281. Grayscale: #D2D2D2. Windows color (decimal): -144002 or 8310269. OLE color: 8310269.
HSL color Cylindrical-coordinate representation of color #FDCD7E: hue angle of 37.32º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDCD7E is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 126 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.01 |
| HSL | 37.32º | 0.97% | 0.74% | - |
| HSV(B) | 37.32º | 0.5% | 0.99% | - |
| XYZ | 66.11 | 66.05 | 29 | - |
| YUV | 210.35 | 80.4 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 126 | 0 | 0.19 | 0.50 | 0.01 | 37.32 | 0.97 | 0.74 |
| Hex | FD | CD | 7E | 0 | 13 | 32 | 1 | 25 | 61 | 4A |
| Octal | 375 | 315 | 176 | 0 | 23 | 62 | 1 | 45 | 141 | 112 |
| Binary | 11111101 | 11001101 | 1111110 | 0 | 10011 | 110010 | 1 | 100101 | 1100001 | 1001010 |
Color Harmonies of #FDCD7E
Complementary color
Monochromatic Colors of #FDCD7E
Black with #FDCD7E
Text Example
Text Example
White with #FDCD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCD7E; }
p { color: rgb(253,205,126); }
H1.HeaderClassName
{
color: #FDCD7E;
}
.AnyTagClassName
{
color: #FDCD7E;
}
</style>
background-color css
<style>
a { background-color: #FDCD7E; }
a { background-color: rgb(253,205,126); }
div.DivClassName
{
background-color: #FDCD7E;
}
.BgClassName
{
background-color: #FDCD7E;
}
</style>
border-color css
<style>
span { border-color: #FDCD7E; }
span { border-color: rgb(253,205,126); }
td.TdClassName
{
border-color: #FDCD7E;
}
.TagClassName
{
border-color: #FDCD7E;
}
</style>