Shades of Chardonnay #FFC67B
Tints of Chardonnay #FFC67B
RGB
CMYK
RGB Variations
Color information
#FFC67B (or 0xFFC67B) is known color: Chardonnay. HEX triplet: FF, C6 and 7B. RGB value is (255,198,123). Sum of RGB (Red+Green+Blue) = 255+198+123=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 123 (48.44% from 255 or 21.35% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC67B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC67B is #003984. Grayscale: #CECECE. Windows color (decimal): -14725 or 8111871. OLE color: 8111871.
HSL color Cylindrical-coordinate representation of color #FFC67B: hue angle of 34.09º 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 #FFC67B is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 123 | - |
| CMYK | 0 | 0.22 | 0.52 | 0 |
| HSL | 34.09º | 1% | 0.74% | - |
| HSV(B) | 34.09º | 0.52% | 1% | - |
| XYZ | 65.01 | 63.08 | 27.49 | - |
| YUV | 206.49 | 80.88 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 123 | 0 | 0.22 | 0.52 | 0 | 34.09 | 1 | 0.74 |
| Hex | FF | C6 | 7B | 0 | 16 | 34 | 0 | 22 | 64 | 4A |
| Octal | 377 | 306 | 173 | 0 | 26 | 64 | 0 | 42 | 144 | 112 |
| Binary | 11111111 | 11000110 | 1111011 | 0 | 10110 | 110100 | 0 | 100010 | 1100100 | 1001010 |
Color Harmonies of #FFC67B
Complementary color
Monochromatic Colors of #FFC67B
Black with #FFC67B
Text Example
Text Example
White with #FFC67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC67B; }
p { color: rgb(255,198,123); }
H1.HeaderClassName
{
color: #FFC67B;
}
.AnyTagClassName
{
color: #FFC67B;
}
</style>
background-color css
<style>
a { background-color: #FFC67B; }
a { background-color: rgb(255,198,123); }
div.DivClassName
{
background-color: #FFC67B;
}
.BgClassName
{
background-color: #FFC67B;
}
</style>
border-color css
<style>
span { border-color: #FFC67B; }
span { border-color: rgb(255,198,123); }
td.TdClassName
{
border-color: #FFC67B;
}
.TagClassName
{
border-color: #FFC67B;
}
</style>