Shades of Chardonnay #FFC67D
Tints of Chardonnay #FFC67D
RGB
CMYK
RGB Variations
Color information
#FFC67D (or 0xFFC67D) is known color: Chardonnay. HEX triplet: FF, C6 and 7D. RGB value is (255,198,125). Sum of RGB (Red+Green+Blue) = 255+198+125=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 198 (77.73% from 255 or 34.26% from 578); Blue value is 125 (49.22% from 255 or 21.63% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC67D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC67D is #003982. Grayscale: #CFCFCF. Windows color (decimal): -14723 or 8242943. OLE color: 8242943.
HSL color Cylindrical-coordinate representation of color #FFC67D: hue angle of 33.69º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFC67D is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 125 | - |
| CMYK | 0 | 0.22 | 0.51 | 0 |
| HSL | 33.69º | 1% | 0.75% | - |
| HSV(B) | 33.69º | 0.51% | 1% | - |
| XYZ | 65.14 | 63.13 | 28.15 | - |
| YUV | 206.72 | 81.88 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 125 | 0 | 0.22 | 0.51 | 0 | 33.69 | 1 | 0.75 |
| Hex | FF | C6 | 7D | 0 | 16 | 33 | 0 | 22 | 64 | 4B |
| Octal | 377 | 306 | 175 | 0 | 26 | 63 | 0 | 42 | 144 | 113 |
| Binary | 11111111 | 11000110 | 1111101 | 0 | 10110 | 110011 | 0 | 100010 | 1100100 | 1001011 |
Color Harmonies of #FFC67D
Complementary color
Monochromatic Colors of #FFC67D
Black with #FFC67D
Text Example
Text Example
White with #FFC67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC67D; }
p { color: rgb(255,198,125); }
H1.HeaderClassName
{
color: #FFC67D;
}
.AnyTagClassName
{
color: #FFC67D;
}
</style>
background-color css
<style>
a { background-color: #FFC67D; }
a { background-color: rgb(255,198,125); }
div.DivClassName
{
background-color: #FFC67D;
}
.BgClassName
{
background-color: #FFC67D;
}
</style>
border-color css
<style>
span { border-color: #FFC67D; }
span { border-color: rgb(255,198,125); }
td.TdClassName
{
border-color: #FFC67D;
}
.TagClassName
{
border-color: #FFC67D;
}
</style>