Shades of Chardonnay #FFCD7F
Tints of Chardonnay #FFCD7F
RGB
CMYK
RGB Variations
Color information
#FFCD7F (or 0xFFCD7F) is known color: Chardonnay. HEX triplet: FF, CD and 7F. RGB value is (255,205,127). Sum of RGB (Red+Green+Blue) = 255+205+127=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 127 (50% from 255 or 21.64% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCD7F is #003280. Grayscale: #D3D3D3. Windows color (decimal): -12929 or 8375807. OLE color: 8375807.
HSL color Cylindrical-coordinate representation of color #FFCD7F: hue angle of 36.56º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFCD7F is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 127 | - |
| CMYK | 0 | 0.20 | 0.50 | 0 |
| HSL | 36.56º | 1% | 0.75% | - |
| HSV(B) | 36.56º | 0.5% | 1% | - |
| XYZ | 66.9 | 66.45 | 29.38 | - |
| YUV | 211.06 | 80.57 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 127 | 0 | 0.20 | 0.50 | 0 | 36.56 | 1 | 0.75 |
| Hex | FF | CD | 7F | 0 | 14 | 32 | 0 | 25 | 64 | 4B |
| Octal | 377 | 315 | 177 | 0 | 24 | 62 | 0 | 45 | 144 | 113 |
| Binary | 11111111 | 11001101 | 1111111 | 0 | 10100 | 110010 | 0 | 100101 | 1100100 | 1001011 |
Color Harmonies of #FFCD7F
Complementary color
Monochromatic Colors of #FFCD7F
Black with #FFCD7F
Text Example
Text Example
White with #FFCD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD7F; }
p { color: rgb(255,205,127); }
H1.HeaderClassName
{
color: #FFCD7F;
}
.AnyTagClassName
{
color: #FFCD7F;
}
</style>
background-color css
<style>
a { background-color: #FFCD7F; }
a { background-color: rgb(255,205,127); }
div.DivClassName
{
background-color: #FFCD7F;
}
.BgClassName
{
background-color: #FFCD7F;
}
</style>
border-color css
<style>
span { border-color: #FFCD7F; }
span { border-color: rgb(255,205,127); }
td.TdClassName
{
border-color: #FFCD7F;
}
.TagClassName
{
border-color: #FFCD7F;
}
</style>