Shades of Winter Hazel #CEC67A
Tints of Winter Hazel #CEC67A
RGB
CMYK
RGB Variations
Color information
#CEC67A (or 0xCEC67A) is known color: Winter Hazel. HEX triplet: CE, C6 and 7A. RGB value is (206,198,122). Sum of RGB (Red+Green+Blue) = 206+198+122=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 198 (77.73% from 255 or 37.64% from 526); Blue value is 122 (48.05% from 255 or 23.19% from 526); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC67A is #313985. Grayscale: #C0C0C0. Windows color (decimal): -3225990 or 8046286. OLE color: 8046286.
HSL color Cylindrical-coordinate representation of color #CEC67A: hue angle of 54.29º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CEC67A is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 122 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.19 |
| HSL | 54.29º | 0.46% | 0.64% | - |
| HSV(B) | 54.29º | 0.41% | 0.81% | - |
| XYZ | 49.16 | 54.92 | 26.42 | - |
| YUV | 191.73 | 88.65 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 122 | 0 | 0.04 | 0.41 | 0.19 | 54.29 | 0.46 | 0.64 |
| Hex | CE | C6 | 7A | 0 | 4 | 29 | 13 | 36 | 2E | 40 |
| Octal | 316 | 306 | 172 | 0 | 4 | 51 | 23 | 66 | 56 | 100 |
| Binary | 11001110 | 11000110 | 1111010 | 0 | 100 | 101001 | 10011 | 110110 | 101110 | 1000000 |
Color Harmonies of #CEC67A
Complementary color
Monochromatic Colors of #CEC67A
Black with #CEC67A
Text Example
Text Example
White with #CEC67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC67A; }
p { color: rgb(206,198,122); }
H1.HeaderClassName
{
color: #CEC67A;
}
.AnyTagClassName
{
color: #CEC67A;
}
</style>
background-color css
<style>
a { background-color: #CEC67A; }
a { background-color: rgb(206,198,122); }
div.DivClassName
{
background-color: #CEC67A;
}
.BgClassName
{
background-color: #CEC67A;
}
</style>
border-color css
<style>
span { border-color: #CEC67A; }
span { border-color: rgb(206,198,122); }
td.TdClassName
{
border-color: #CEC67A;
}
.TagClassName
{
border-color: #CEC67A;
}
</style>