Shades of Wattle #CEC642
Tints of Wattle #CEC642
RGB
CMYK
RGB Variations
Color information
#CEC642 (or 0xCEC642) is known color: Wattle. HEX triplet: CE, C6 and 42. RGB value is (206,198,66). Sum of RGB (Red+Green+Blue) = 206+198+66=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 198 (77.73% from 255 or 42.13% from 470); Blue value is 66 (26.17% from 255 or 14.04% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC642 is #3139BD. Grayscale: #B9B9B9. Windows color (decimal): -3226046 or 4376270. OLE color: 4376270.
HSL color Cylindrical-coordinate representation of color #CEC642: hue angle of 56.57º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CEC642 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 66 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.19 |
| HSL | 56.57º | 0.59% | 0.53% | - |
| HSV(B) | 56.57º | 0.68% | 0.81% | - |
| XYZ | 46.63 | 53.9 | 13.1 | - |
| YUV | 185.34 | 60.65 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 66 | 0 | 0.04 | 0.68 | 0.19 | 56.57 | 0.59 | 0.53 |
| Hex | CE | C6 | 42 | 0 | 4 | 44 | 13 | 39 | 3B | 35 |
| Octal | 316 | 306 | 102 | 0 | 4 | 104 | 23 | 71 | 73 | 65 |
| Binary | 11001110 | 11000110 | 1000010 | 0 | 100 | 1000100 | 10011 | 111001 | 111011 | 110101 |
Color Harmonies of #CEC642
Complementary color
Monochromatic Colors of #CEC642
Black with #CEC642
Text Example
Text Example
White with #CEC642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC642; }
p { color: rgb(206,198,66); }
H1.HeaderClassName
{
color: #CEC642;
}
.AnyTagClassName
{
color: #CEC642;
}
</style>
background-color css
<style>
a { background-color: #CEC642; }
a { background-color: rgb(206,198,66); }
div.DivClassName
{
background-color: #CEC642;
}
.BgClassName
{
background-color: #CEC642;
}
</style>
border-color css
<style>
span { border-color: #CEC642; }
span { border-color: rgb(206,198,66); }
td.TdClassName
{
border-color: #CEC642;
}
.TagClassName
{
border-color: #CEC642;
}
</style>