Shades of Chardonnay #FDC784
Tints of Chardonnay #FDC784
RGB
CMYK
RGB Variations
Color information
#FDC784 (or 0xFDC784) is known color: Chardonnay. HEX triplet: FD, C7 and 84. RGB value is (253,199,132). Sum of RGB (Red+Green+Blue) = 253+199+132=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 199 (78.12% from 255 or 34.08% from 584); Blue value is 132 (51.95% from 255 or 22.60% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC784 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC784 is #02387B. Grayscale: #CFCFCF. Windows color (decimal): -145532 or 8701949. OLE color: 8701949.
HSL color Cylindrical-coordinate representation of color #FDC784: hue angle of 33.22º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FDC784 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 132 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.01 |
| HSL | 33.22º | 0.97% | 0.75% | - |
| HSV(B) | 33.22º | 0.48% | 0.99% | - |
| XYZ | 65.1 | 63.4 | 30.64 | - |
| YUV | 207.51 | 85.39 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 132 | 0 | 0.21 | 0.48 | 0.01 | 33.22 | 0.97 | 0.75 |
| Hex | FD | C7 | 84 | 0 | 15 | 30 | 1 | 21 | 61 | 4B |
| Octal | 375 | 307 | 204 | 0 | 25 | 60 | 1 | 41 | 141 | 113 |
| Binary | 11111101 | 11000111 | 10000100 | 0 | 10101 | 110000 | 1 | 100001 | 1100001 | 1001011 |
Color Harmonies of #FDC784
Complementary color
Monochromatic Colors of #FDC784
Black with #FDC784
Text Example
Text Example
White with #FDC784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC784; }
p { color: rgb(253,199,132); }
H1.HeaderClassName
{
color: #FDC784;
}
.AnyTagClassName
{
color: #FDC784;
}
</style>
background-color css
<style>
a { background-color: #FDC784; }
a { background-color: rgb(253,199,132); }
div.DivClassName
{
background-color: #FDC784;
}
.BgClassName
{
background-color: #FDC784;
}
</style>
border-color css
<style>
span { border-color: #FDC784; }
span { border-color: rgb(253,199,132); }
td.TdClassName
{
border-color: #FDC784;
}
.TagClassName
{
border-color: #FDC784;
}
</style>