Shades of Chardonnay #FFC67A
Tints of Chardonnay #FFC67A
RGB
CMYK
RGB Variations
Color information
#FFC67A (or 0xFFC67A) is known color: Chardonnay. HEX triplet: FF, C6 and 7A. RGB value is (255,198,122). Sum of RGB (Red+Green+Blue) = 255+198+122=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 198 (77.73% from 255 or 34.43% from 575); Blue value is 122 (48.05% from 255 or 21.22% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC67A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC67A is #003985. Grayscale: #CECECE. Windows color (decimal): -14726 or 8046335. OLE color: 8046335.
HSL color Cylindrical-coordinate representation of color #FFC67A: hue angle of 34.29º 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 #FFC67A is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 122 | - |
| CMYK | 0 | 0.22 | 0.52 | 0 |
| HSL | 34.29º | 1% | 0.74% | - |
| HSV(B) | 34.29º | 0.52% | 1% | - |
| XYZ | 64.95 | 63.05 | 27.16 | - |
| YUV | 206.38 | 80.38 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 122 | 0 | 0.22 | 0.52 | 0 | 34.29 | 1 | 0.74 |
| Hex | FF | C6 | 7A | 0 | 16 | 34 | 0 | 22 | 64 | 4A |
| Octal | 377 | 306 | 172 | 0 | 26 | 64 | 0 | 42 | 144 | 112 |
| Binary | 11111111 | 11000110 | 1111010 | 0 | 10110 | 110100 | 0 | 100010 | 1100100 | 1001010 |
Color Harmonies of #FFC67A
Complementary color
Monochromatic Colors of #FFC67A
Black with #FFC67A
Text Example
Text Example
White with #FFC67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC67A; }
p { color: rgb(255,198,122); }
H1.HeaderClassName
{
color: #FFC67A;
}
.AnyTagClassName
{
color: #FFC67A;
}
</style>
background-color css
<style>
a { background-color: #FFC67A; }
a { background-color: rgb(255,198,122); }
div.DivClassName
{
background-color: #FFC67A;
}
.BgClassName
{
background-color: #FFC67A;
}
</style>
border-color css
<style>
span { border-color: #FFC67A; }
span { border-color: rgb(255,198,122); }
td.TdClassName
{
border-color: #FFC67A;
}
.TagClassName
{
border-color: #FFC67A;
}
</style>