Shades of Chardonnay #FDC481
Tints of Chardonnay #FDC481
RGB
CMYK
RGB Variations
Color information
#FDC481 (or 0xFDC481) is known color: Chardonnay. HEX triplet: FD, C4 and 81. RGB value is (253,196,129). Sum of RGB (Red+Green+Blue) = 253+196+129=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 196 (76.95% from 255 or 33.91% from 578); Blue value is 129 (50.78% from 255 or 22.32% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC481 is #023B7E. Grayscale: #CDCDCD. Windows color (decimal): -146303 or 8504573. OLE color: 8504573.
HSL color Cylindrical-coordinate representation of color #FDC481: hue angle of 32.42º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FDC481 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 196 | 129 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.01 |
| HSL | 32.42º | 0.97% | 0.75% | - |
| HSV(B) | 32.42º | 0.49% | 0.99% | - |
| XYZ | 64.21 | 61.95 | 29.34 | - |
| YUV | 205.41 | 84.88 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 129 | 0 | 0.23 | 0.49 | 0.01 | 32.42 | 0.97 | 0.75 |
| Hex | FD | C4 | 81 | 0 | 17 | 31 | 1 | 20 | 61 | 4B |
| Octal | 375 | 304 | 201 | 0 | 27 | 61 | 1 | 40 | 141 | 113 |
| Binary | 11111101 | 11000100 | 10000001 | 0 | 10111 | 110001 | 1 | 100000 | 1100001 | 1001011 |
Color Harmonies of #FDC481
Complementary color
Monochromatic Colors of #FDC481
Black with #FDC481
Text Example
Text Example
White with #FDC481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC481; }
p { color: rgb(253,196,129); }
H1.HeaderClassName
{
color: #FDC481;
}
.AnyTagClassName
{
color: #FDC481;
}
</style>
background-color css
<style>
a { background-color: #FDC481; }
a { background-color: rgb(253,196,129); }
div.DivClassName
{
background-color: #FDC481;
}
.BgClassName
{
background-color: #FDC481;
}
</style>
border-color css
<style>
span { border-color: #FDC481; }
span { border-color: rgb(253,196,129); }
td.TdClassName
{
border-color: #FDC481;
}
.TagClassName
{
border-color: #FDC481;
}
</style>