Shades of Chardonnay #FFCD7E
Tints of Chardonnay #FFCD7E
RGB
CMYK
RGB Variations
Color information
#FFCD7E (or 0xFFCD7E) is known color: Chardonnay. HEX triplet: FF, CD and 7E. RGB value is (255,205,126). Sum of RGB (Red+Green+Blue) = 255+205+126=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 126 (49.61% from 255 or 21.50% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCD7E is #003281. Grayscale: #D3D3D3. Windows color (decimal): -12930 or 8310271. OLE color: 8310271.
HSL color Cylindrical-coordinate representation of color #FFCD7E: hue angle of 36.74º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFCD7E is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 126 | - |
| CMYK | 0 | 0.20 | 0.51 | 0 |
| HSL | 36.74º | 1% | 0.75% | - |
| HSV(B) | 36.74º | 0.51% | 1% | - |
| XYZ | 66.84 | 66.43 | 29.04 | - |
| YUV | 210.94 | 80.07 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 126 | 0 | 0.20 | 0.51 | 0 | 36.74 | 1 | 0.75 |
| Hex | FF | CD | 7E | 0 | 14 | 33 | 0 | 25 | 64 | 4B |
| Octal | 377 | 315 | 176 | 0 | 24 | 63 | 0 | 45 | 144 | 113 |
| Binary | 11111111 | 11001101 | 1111110 | 0 | 10100 | 110011 | 0 | 100101 | 1100100 | 1001011 |
Color Harmonies of #FFCD7E
Complementary color
Monochromatic Colors of #FFCD7E
Black with #FFCD7E
Text Example
Text Example
White with #FFCD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD7E; }
p { color: rgb(255,205,126); }
H1.HeaderClassName
{
color: #FFCD7E;
}
.AnyTagClassName
{
color: #FFCD7E;
}
</style>
background-color css
<style>
a { background-color: #FFCD7E; }
a { background-color: rgb(255,205,126); }
div.DivClassName
{
background-color: #FFCD7E;
}
.BgClassName
{
background-color: #FFCD7E;
}
</style>
border-color css
<style>
span { border-color: #FFCD7E; }
span { border-color: rgb(255,205,126); }
td.TdClassName
{
border-color: #FFCD7E;
}
.TagClassName
{
border-color: #FFCD7E;
}
</style>