Shades of Chardonnay #FFCD80
Tints of Chardonnay #FFCD80
RGB
CMYK
RGB Variations
Color information
#FFCD80 (or 0xFFCD80) is known color: Chardonnay. HEX triplet: FF, CD and 80. RGB value is (255,205,128). Sum of RGB (Red+Green+Blue) = 255+205+128=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 128 (50.39% from 255 or 21.77% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCD80 is #00327F. Grayscale: #D3D3D3. Windows color (decimal): -12928 or 8441343. OLE color: 8441343.
HSL color Cylindrical-coordinate representation of color #FFCD80: hue angle of 36.38º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFCD80 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 128 | - |
| CMYK | 0 | 0.20 | 0.50 | 0 |
| HSL | 36.38º | 1% | 0.75% | - |
| HSV(B) | 36.38º | 0.5% | 1% | - |
| XYZ | 66.97 | 66.48 | 29.72 | - |
| YUV | 211.17 | 81.07 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 128 | 0 | 0.20 | 0.50 | 0 | 36.38 | 1 | 0.75 |
| Hex | FF | CD | 80 | 0 | 14 | 32 | 0 | 24 | 64 | 4B |
| Octal | 377 | 315 | 200 | 0 | 24 | 62 | 0 | 44 | 144 | 113 |
| Binary | 11111111 | 11001101 | 10000000 | 0 | 10100 | 110010 | 0 | 100100 | 1100100 | 1001011 |
Color Harmonies of #FFCD80
Complementary color
Monochromatic Colors of #FFCD80
Black with #FFCD80
Text Example
Text Example
White with #FFCD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD80; }
p { color: rgb(255,205,128); }
H1.HeaderClassName
{
color: #FFCD80;
}
.AnyTagClassName
{
color: #FFCD80;
}
</style>
background-color css
<style>
a { background-color: #FFCD80; }
a { background-color: rgb(255,205,128); }
div.DivClassName
{
background-color: #FFCD80;
}
.BgClassName
{
background-color: #FFCD80;
}
</style>
border-color css
<style>
span { border-color: #FFCD80; }
span { border-color: rgb(255,205,128); }
td.TdClassName
{
border-color: #FFCD80;
}
.TagClassName
{
border-color: #FFCD80;
}
</style>