Shades of Chardonnay #FFCB78
Tints of Chardonnay #FFCB78
RGB
CMYK
RGB Variations
Color information
#FFCB78 (or 0xFFCB78) is known color: Chardonnay. HEX triplet: FF, CB and 78. RGB value is (255,203,120). Sum of RGB (Red+Green+Blue) = 255+203+120=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 120 (47.27% from 255 or 20.76% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCB78 is #003487. Grayscale: #D1D1D1. Windows color (decimal): -13448 or 7916543. OLE color: 7916543.
HSL color Cylindrical-coordinate representation of color #FFCB78: hue angle of 36.89º 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 #FFCB78 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 120 | - |
| CMYK | 0 | 0.20 | 0.53 | 0 |
| HSL | 36.89º | 1% | 0.74% | - |
| HSV(B) | 36.89º | 0.53% | 1% | - |
| XYZ | 65.99 | 65.33 | 26.9 | - |
| YUV | 209.09 | 77.73 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 120 | 0 | 0.20 | 0.53 | 0 | 36.89 | 1 | 0.74 |
| Hex | FF | CB | 78 | 0 | 14 | 35 | 0 | 25 | 64 | 4A |
| Octal | 377 | 313 | 170 | 0 | 24 | 65 | 0 | 45 | 144 | 112 |
| Binary | 11111111 | 11001011 | 1111000 | 0 | 10100 | 110101 | 0 | 100101 | 1100100 | 1001010 |
Color Harmonies of #FFCB78
Complementary color
Monochromatic Colors of #FFCB78
Black with #FFCB78
Text Example
Text Example
White with #FFCB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB78; }
p { color: rgb(255,203,120); }
H1.HeaderClassName
{
color: #FFCB78;
}
.AnyTagClassName
{
color: #FFCB78;
}
</style>
background-color css
<style>
a { background-color: #FFCB78; }
a { background-color: rgb(255,203,120); }
div.DivClassName
{
background-color: #FFCB78;
}
.BgClassName
{
background-color: #FFCB78;
}
</style>
border-color css
<style>
span { border-color: #FFCB78; }
span { border-color: rgb(255,203,120); }
td.TdClassName
{
border-color: #FFCB78;
}
.TagClassName
{
border-color: #FFCB78;
}
</style>