Shades of Chardonnay #FFCD7C
Tints of Chardonnay #FFCD7C
RGB
CMYK
RGB Variations
Color information
#FFCD7C (or 0xFFCD7C) is known color: Chardonnay. HEX triplet: FF, CD and 7C. RGB value is (255,205,124). Sum of RGB (Red+Green+Blue) = 255+205+124=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 124 (48.83% from 255 or 21.23% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCD7C is #003283. Grayscale: #D3D3D3. Windows color (decimal): -12932 or 8179199. OLE color: 8179199.
HSL color Cylindrical-coordinate representation of color #FFCD7C: hue angle of 37.1º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFCD7C is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 124 | - |
| CMYK | 0 | 0.20 | 0.51 | 0 |
| HSL | 37.1º | 1% | 0.74% | - |
| HSV(B) | 37.1º | 0.51% | 1% | - |
| XYZ | 66.71 | 66.38 | 28.37 | - |
| YUV | 210.72 | 79.07 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 124 | 0 | 0.20 | 0.51 | 0 | 37.1 | 1 | 0.74 |
| Hex | FF | CD | 7C | 0 | 14 | 33 | 0 | 25 | 64 | 4A |
| Octal | 377 | 315 | 174 | 0 | 24 | 63 | 0 | 45 | 144 | 112 |
| Binary | 11111111 | 11001101 | 1111100 | 0 | 10100 | 110011 | 0 | 100101 | 1100100 | 1001010 |
Color Harmonies of #FFCD7C
Complementary color
Monochromatic Colors of #FFCD7C
Black with #FFCD7C
Text Example
Text Example
White with #FFCD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD7C; }
p { color: rgb(255,205,124); }
H1.HeaderClassName
{
color: #FFCD7C;
}
.AnyTagClassName
{
color: #FFCD7C;
}
</style>
background-color css
<style>
a { background-color: #FFCD7C; }
a { background-color: rgb(255,205,124); }
div.DivClassName
{
background-color: #FFCD7C;
}
.BgClassName
{
background-color: #FFCD7C;
}
</style>
border-color css
<style>
span { border-color: #FFCD7C; }
span { border-color: rgb(255,205,124); }
td.TdClassName
{
border-color: #FFCD7C;
}
.TagClassName
{
border-color: #FFCD7C;
}
</style>