Shades of Chardonnay #FFCD7A
Tints of Chardonnay #FFCD7A
RGB
CMYK
RGB Variations
Color information
#FFCD7A (or 0xFFCD7A) is known color: Chardonnay. HEX triplet: FF, CD and 7A. RGB value is (255,205,122). Sum of RGB (Red+Green+Blue) = 255+205+122=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 122 (48.05% from 255 or 20.96% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCD7A is #003285. Grayscale: #D2D2D2. Windows color (decimal): -12934 or 8048127. OLE color: 8048127.
HSL color Cylindrical-coordinate representation of color #FFCD7A: hue angle of 37.44º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFCD7A is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 122 | - |
| CMYK | 0 | 0.20 | 0.52 | 0 |
| HSL | 37.44º | 1% | 0.74% | - |
| HSV(B) | 37.44º | 0.52% | 1% | - |
| XYZ | 66.58 | 66.33 | 27.71 | - |
| YUV | 210.49 | 78.07 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 122 | 0 | 0.20 | 0.52 | 0 | 37.44 | 1 | 0.74 |
| Hex | FF | CD | 7A | 0 | 14 | 34 | 0 | 25 | 64 | 4A |
| Octal | 377 | 315 | 172 | 0 | 24 | 64 | 0 | 45 | 144 | 112 |
| Binary | 11111111 | 11001101 | 1111010 | 0 | 10100 | 110100 | 0 | 100101 | 1100100 | 1001010 |
Color Harmonies of #FFCD7A
Complementary color
Monochromatic Colors of #FFCD7A
Black with #FFCD7A
Text Example
Text Example
White with #FFCD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD7A; }
p { color: rgb(255,205,122); }
H1.HeaderClassName
{
color: #FFCD7A;
}
.AnyTagClassName
{
color: #FFCD7A;
}
</style>
background-color css
<style>
a { background-color: #FFCD7A; }
a { background-color: rgb(255,205,122); }
div.DivClassName
{
background-color: #FFCD7A;
}
.BgClassName
{
background-color: #FFCD7A;
}
</style>
border-color css
<style>
span { border-color: #FFCD7A; }
span { border-color: rgb(255,205,122); }
td.TdClassName
{
border-color: #FFCD7A;
}
.TagClassName
{
border-color: #FFCD7A;
}
</style>