Shades of Chardonnay #FFCB7C
Tints of Chardonnay #FFCB7C
RGB
CMYK
RGB Variations
Color information
#FFCB7C (or 0xFFCB7C) is known color: Chardonnay. HEX triplet: FF, CB and 7C. RGB value is (255,203,124). Sum of RGB (Red+Green+Blue) = 255+203+124=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 124 (48.83% from 255 or 21.31% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCB7C is #003483. Grayscale: #D1D1D1. Windows color (decimal): -13444 or 8178687. OLE color: 8178687.
HSL color Cylindrical-coordinate representation of color #FFCB7C: hue angle of 36.18º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFCB7C is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 124 | - |
| CMYK | 0 | 0.20 | 0.51 | 0 |
| HSL | 36.18º | 1% | 0.74% | - |
| HSV(B) | 36.18º | 0.51% | 1% | - |
| XYZ | 66.23 | 65.43 | 28.21 | - |
| YUV | 209.54 | 79.73 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 124 | 0 | 0.20 | 0.51 | 0 | 36.18 | 1 | 0.74 |
| Hex | FF | CB | 7C | 0 | 14 | 33 | 0 | 24 | 64 | 4A |
| Octal | 377 | 313 | 174 | 0 | 24 | 63 | 0 | 44 | 144 | 112 |
| Binary | 11111111 | 11001011 | 1111100 | 0 | 10100 | 110011 | 0 | 100100 | 1100100 | 1001010 |
Color Harmonies of #FFCB7C
Complementary color
Monochromatic Colors of #FFCB7C
Black with #FFCB7C
Text Example
Text Example
White with #FFCB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB7C; }
p { color: rgb(255,203,124); }
H1.HeaderClassName
{
color: #FFCB7C;
}
.AnyTagClassName
{
color: #FFCB7C;
}
</style>
background-color css
<style>
a { background-color: #FFCB7C; }
a { background-color: rgb(255,203,124); }
div.DivClassName
{
background-color: #FFCB7C;
}
.BgClassName
{
background-color: #FFCB7C;
}
</style>
border-color css
<style>
span { border-color: #FFCB7C; }
span { border-color: rgb(255,203,124); }
td.TdClassName
{
border-color: #FFCB7C;
}
.TagClassName
{
border-color: #FFCB7C;
}
</style>