Shades of Chardonnay #FFC87B
Tints of Chardonnay #FFC87B
RGB
CMYK
RGB Variations
Color information
#FFC87B (or 0xFFC87B) is known color: Chardonnay. HEX triplet: FF, C8 and 7B. RGB value is (255,200,123). Sum of RGB (Red+Green+Blue) = 255+200+123=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 200 (78.52% from 255 or 34.60% from 578); Blue value is 123 (48.44% from 255 or 21.28% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC87B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC87B is #003784. Grayscale: #D0D0D0. Windows color (decimal): -14213 or 8112383. OLE color: 8112383.
HSL color Cylindrical-coordinate representation of color #FFC87B: hue angle of 35º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFC87B is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 123 | - |
| CMYK | 0 | 0.22 | 0.52 | 0 |
| HSL | 35º | 1% | 0.74% | - |
| HSV(B) | 35º | 0.52% | 1% | - |
| XYZ | 65.47 | 64 | 27.64 | - |
| YUV | 207.67 | 80.22 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 123 | 0 | 0.22 | 0.52 | 0 | 35 | 1 | 0.74 |
| Hex | FF | C8 | 7B | 0 | 16 | 34 | 0 | 23 | 64 | 4A |
| Octal | 377 | 310 | 173 | 0 | 26 | 64 | 0 | 43 | 144 | 112 |
| Binary | 11111111 | 11001000 | 1111011 | 0 | 10110 | 110100 | 0 | 100011 | 1100100 | 1001010 |
Color Harmonies of #FFC87B
Complementary color
Monochromatic Colors of #FFC87B
Black with #FFC87B
Text Example
Text Example
White with #FFC87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC87B; }
p { color: rgb(255,200,123); }
H1.HeaderClassName
{
color: #FFC87B;
}
.AnyTagClassName
{
color: #FFC87B;
}
</style>
background-color css
<style>
a { background-color: #FFC87B; }
a { background-color: rgb(255,200,123); }
div.DivClassName
{
background-color: #FFC87B;
}
.BgClassName
{
background-color: #FFC87B;
}
</style>
border-color css
<style>
span { border-color: #FFC87B; }
span { border-color: rgb(255,200,123); }
td.TdClassName
{
border-color: #FFC87B;
}
.TagClassName
{
border-color: #FFC87B;
}
</style>