Shades of Wattle #CEC542
Tints of Wattle #CEC542
RGB
CMYK
RGB Variations
Color information
#CEC542 (or 0xCEC542) is known color: Wattle. HEX triplet: CE, C5 and 42. RGB value is (206,197,66). Sum of RGB (Red+Green+Blue) = 206+197+66=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 66 (26.17% from 255 or 14.07% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC542 is #313ABD. Grayscale: #B9B9B9. Windows color (decimal): -3226302 or 4376014. OLE color: 4376014.
HSL color Cylindrical-coordinate representation of color #CEC542: hue angle of 56.14º 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 #CEC542 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 66 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.19 |
| HSL | 56.14º | 0.59% | 0.53% | - |
| HSV(B) | 56.14º | 0.68% | 0.81% | - |
| XYZ | 46.4 | 53.45 | 13.02 | - |
| YUV | 184.76 | 60.98 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 66 | 0 | 0.04 | 0.68 | 0.19 | 56.14 | 0.59 | 0.53 |
| Hex | CE | C5 | 42 | 0 | 4 | 44 | 13 | 38 | 3B | 35 |
| Octal | 316 | 305 | 102 | 0 | 4 | 104 | 23 | 70 | 73 | 65 |
| Binary | 11001110 | 11000101 | 1000010 | 0 | 100 | 1000100 | 10011 | 111000 | 111011 | 110101 |
Color Harmonies of #CEC542
Complementary color
Monochromatic Colors of #CEC542
Black with #CEC542
Text Example
Text Example
White with #CEC542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC542; }
p { color: rgb(206,197,66); }
H1.HeaderClassName
{
color: #CEC542;
}
.AnyTagClassName
{
color: #CEC542;
}
</style>
background-color css
<style>
a { background-color: #CEC542; }
a { background-color: rgb(206,197,66); }
div.DivClassName
{
background-color: #CEC542;
}
.BgClassName
{
background-color: #CEC542;
}
</style>
border-color css
<style>
span { border-color: #CEC542; }
span { border-color: rgb(206,197,66); }
td.TdClassName
{
border-color: #CEC542;
}
.TagClassName
{
border-color: #CEC542;
}
</style>