Shades of Chardonnay #FFCA77
Tints of Chardonnay #FFCA77
RGB
CMYK
RGB Variations
Color information
#FFCA77 (or 0xFFCA77) is known color: Chardonnay. HEX triplet: FF, CA and 77. RGB value is (255,202,119). Sum of RGB (Red+Green+Blue) = 255+202+119=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 119 (46.88% from 255 or 20.66% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA77 is #003588. Grayscale: #D0D0D0. Windows color (decimal): -13705 or 7850751. OLE color: 7850751.
HSL color Cylindrical-coordinate representation of color #FFCA77: hue angle of 36.62º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFCA77 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 119 | - |
| CMYK | 0 | 0.21 | 0.53 | 0 |
| HSL | 36.62º | 1% | 0.73% | - |
| HSV(B) | 36.62º | 0.53% | 1% | - |
| XYZ | 65.69 | 64.83 | 26.5 | - |
| YUV | 208.39 | 77.56 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 119 | 0 | 0.21 | 0.53 | 0 | 36.62 | 1 | 0.73 |
| Hex | FF | CA | 77 | 0 | 15 | 35 | 0 | 25 | 64 | 49 |
| Octal | 377 | 312 | 167 | 0 | 25 | 65 | 0 | 45 | 144 | 111 |
| Binary | 11111111 | 11001010 | 1110111 | 0 | 10101 | 110101 | 0 | 100101 | 1100100 | 1001001 |
Color Harmonies of #FFCA77
Complementary color
Monochromatic Colors of #FFCA77
Black with #FFCA77
Text Example
Text Example
White with #FFCA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA77; }
p { color: rgb(255,202,119); }
H1.HeaderClassName
{
color: #FFCA77;
}
.AnyTagClassName
{
color: #FFCA77;
}
</style>
background-color css
<style>
a { background-color: #FFCA77; }
a { background-color: rgb(255,202,119); }
div.DivClassName
{
background-color: #FFCA77;
}
.BgClassName
{
background-color: #FFCA77;
}
</style>
border-color css
<style>
span { border-color: #FFCA77; }
span { border-color: rgb(255,202,119); }
td.TdClassName
{
border-color: #FFCA77;
}
.TagClassName
{
border-color: #FFCA77;
}
</style>