Shades of Chardonnay #FFCD81
Tints of Chardonnay #FFCD81
RGB
CMYK
RGB Variations
Color information
#FFCD81 (or 0xFFCD81) is known color: Chardonnay. HEX triplet: FF, CD and 81. RGB value is (255,205,129). Sum of RGB (Red+Green+Blue) = 255+205+129=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 129 (50.78% from 255 or 21.90% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCD81 is #00327E. Grayscale: #D3D3D3. Windows color (decimal): -12927 or 8506879. OLE color: 8506879.
HSL color Cylindrical-coordinate representation of color #FFCD81: hue angle of 36.19º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFCD81 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 129 | - |
| CMYK | 0 | 0.20 | 0.49 | 0 |
| HSL | 36.19º | 1% | 0.75% | - |
| HSV(B) | 36.19º | 0.49% | 1% | - |
| XYZ | 67.03 | 66.51 | 30.07 | - |
| YUV | 211.29 | 81.57 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 129 | 0 | 0.20 | 0.49 | 0 | 36.19 | 1 | 0.75 |
| Hex | FF | CD | 81 | 0 | 14 | 31 | 0 | 24 | 64 | 4B |
| Octal | 377 | 315 | 201 | 0 | 24 | 61 | 0 | 44 | 144 | 113 |
| Binary | 11111111 | 11001101 | 10000001 | 0 | 10100 | 110001 | 0 | 100100 | 1100100 | 1001011 |
Color Harmonies of #FFCD81
Complementary color
Monochromatic Colors of #FFCD81
Black with #FFCD81
Text Example
Text Example
White with #FFCD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD81; }
p { color: rgb(255,205,129); }
H1.HeaderClassName
{
color: #FFCD81;
}
.AnyTagClassName
{
color: #FFCD81;
}
</style>
background-color css
<style>
a { background-color: #FFCD81; }
a { background-color: rgb(255,205,129); }
div.DivClassName
{
background-color: #FFCD81;
}
.BgClassName
{
background-color: #FFCD81;
}
</style>
border-color css
<style>
span { border-color: #FFCD81; }
span { border-color: rgb(255,205,129); }
td.TdClassName
{
border-color: #FFCD81;
}
.TagClassName
{
border-color: #FFCD81;
}
</style>