Shades of Chardonnay #FFCD7D
Tints of Chardonnay #FFCD7D
RGB
CMYK
RGB Variations
Color information
#FFCD7D (or 0xFFCD7D) is known color: Chardonnay. HEX triplet: FF, CD and 7D. RGB value is (255,205,125). Sum of RGB (Red+Green+Blue) = 255+205+125=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 125 (49.22% from 255 or 21.37% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCD7D is #003282. Grayscale: #D3D3D3. Windows color (decimal): -12931 or 8244735. OLE color: 8244735.
HSL color Cylindrical-coordinate representation of color #FFCD7D: hue angle of 36.92º 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 #FFCD7D is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 125 | - |
| CMYK | 0 | 0.20 | 0.51 | 0 |
| HSL | 36.92º | 1% | 0.75% | - |
| HSV(B) | 36.92º | 0.51% | 1% | - |
| XYZ | 66.77 | 66.4 | 28.7 | - |
| YUV | 210.83 | 79.57 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 125 | 0 | 0.20 | 0.51 | 0 | 36.92 | 1 | 0.75 |
| Hex | FF | CD | 7D | 0 | 14 | 33 | 0 | 25 | 64 | 4B |
| Octal | 377 | 315 | 175 | 0 | 24 | 63 | 0 | 45 | 144 | 113 |
| Binary | 11111111 | 11001101 | 1111101 | 0 | 10100 | 110011 | 0 | 100101 | 1100100 | 1001011 |
Color Harmonies of #FFCD7D
Complementary color
Monochromatic Colors of #FFCD7D
Black with #FFCD7D
Text Example
Text Example
White with #FFCD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD7D; }
p { color: rgb(255,205,125); }
H1.HeaderClassName
{
color: #FFCD7D;
}
.AnyTagClassName
{
color: #FFCD7D;
}
</style>
background-color css
<style>
a { background-color: #FFCD7D; }
a { background-color: rgb(255,205,125); }
div.DivClassName
{
background-color: #FFCD7D;
}
.BgClassName
{
background-color: #FFCD7D;
}
</style>
border-color css
<style>
span { border-color: #FFCD7D; }
span { border-color: rgb(255,205,125); }
td.TdClassName
{
border-color: #FFCD7D;
}
.TagClassName
{
border-color: #FFCD7D;
}
</style>