Shades of Chardonnay #FFCA78
Tints of Chardonnay #FFCA78
RGB
CMYK
RGB Variations
Color information
#FFCA78 (or 0xFFCA78) is known color: Chardonnay. HEX triplet: FF, CA and 78. RGB value is (255,202,120). Sum of RGB (Red+Green+Blue) = 255+202+120=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 120 (47.27% from 255 or 20.80% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA78 is #003587. Grayscale: #D0D0D0. Windows color (decimal): -13704 or 7916287. OLE color: 7916287.
HSL color Cylindrical-coordinate representation of color #FFCA78: hue angle of 36.44º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFCA78 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 120 | - |
| CMYK | 0 | 0.21 | 0.53 | 0 |
| HSL | 36.44º | 1% | 0.74% | - |
| HSV(B) | 36.44º | 0.53% | 1% | - |
| XYZ | 65.75 | 64.86 | 26.82 | - |
| YUV | 208.5 | 78.06 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 120 | 0 | 0.21 | 0.53 | 0 | 36.44 | 1 | 0.74 |
| Hex | FF | CA | 78 | 0 | 15 | 35 | 0 | 24 | 64 | 4A |
| Octal | 377 | 312 | 170 | 0 | 25 | 65 | 0 | 44 | 144 | 112 |
| Binary | 11111111 | 11001010 | 1111000 | 0 | 10101 | 110101 | 0 | 100100 | 1100100 | 1001010 |
Color Harmonies of #FFCA78
Complementary color
Monochromatic Colors of #FFCA78
Black with #FFCA78
Text Example
Text Example
White with #FFCA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA78; }
p { color: rgb(255,202,120); }
H1.HeaderClassName
{
color: #FFCA78;
}
.AnyTagClassName
{
color: #FFCA78;
}
</style>
background-color css
<style>
a { background-color: #FFCA78; }
a { background-color: rgb(255,202,120); }
div.DivClassName
{
background-color: #FFCA78;
}
.BgClassName
{
background-color: #FFCA78;
}
</style>
border-color css
<style>
span { border-color: #FFCA78; }
span { border-color: rgb(255,202,120); }
td.TdClassName
{
border-color: #FFCA78;
}
.TagClassName
{
border-color: #FFCA78;
}
</style>