Shades of Chardonnay #FDC67D
Tints of Chardonnay #FDC67D
RGB
CMYK
RGB Variations
Color information
#FDC67D (or 0xFDC67D) is known color: Chardonnay. HEX triplet: FD, C6 and 7D. RGB value is (253,198,125). Sum of RGB (Red+Green+Blue) = 253+198+125=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 125 (49.22% from 255 or 21.70% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC67D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC67D is #023982. Grayscale: #CECECE. Windows color (decimal): -145795 or 8242941. OLE color: 8242941.
HSL color Cylindrical-coordinate representation of color #FDC67D: hue angle of 34.22º 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 #FDC67D is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 125 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.01 |
| HSL | 34.22º | 0.97% | 0.74% | - |
| HSV(B) | 34.22º | 0.51% | 0.99% | - |
| XYZ | 64.4 | 62.75 | 28.12 | - |
| YUV | 206.12 | 82.22 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 125 | 0 | 0.22 | 0.51 | 0.01 | 34.22 | 0.97 | 0.74 |
| Hex | FD | C6 | 7D | 0 | 16 | 33 | 1 | 22 | 61 | 4A |
| Octal | 375 | 306 | 175 | 0 | 26 | 63 | 1 | 42 | 141 | 112 |
| Binary | 11111101 | 11000110 | 1111101 | 0 | 10110 | 110011 | 1 | 100010 | 1100001 | 1001010 |
Color Harmonies of #FDC67D
Complementary color
Monochromatic Colors of #FDC67D
Black with #FDC67D
Text Example
Text Example
White with #FDC67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC67D; }
p { color: rgb(253,198,125); }
H1.HeaderClassName
{
color: #FDC67D;
}
.AnyTagClassName
{
color: #FDC67D;
}
</style>
background-color css
<style>
a { background-color: #FDC67D; }
a { background-color: rgb(253,198,125); }
div.DivClassName
{
background-color: #FDC67D;
}
.BgClassName
{
background-color: #FDC67D;
}
</style>
border-color css
<style>
span { border-color: #FDC67D; }
span { border-color: rgb(253,198,125); }
td.TdClassName
{
border-color: #FDC67D;
}
.TagClassName
{
border-color: #FDC67D;
}
</style>