Shades of Wattle #CEC041
Tints of Wattle #CEC041
RGB
CMYK
RGB Variations
Color information
#CEC041 (or 0xCEC041) is known color: Wattle. HEX triplet: CE, C0 and 41. RGB value is (206,192,65). Sum of RGB (Red+Green+Blue) = 206+192+65=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 65 (25.78% from 255 or 14.04% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC041 is #313FBE. Grayscale: #B6B6B6. Windows color (decimal): -3227583 or 4309198. OLE color: 4309198.
HSL color Cylindrical-coordinate representation of color #CEC041: hue angle of 54.04º 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 #CEC041 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 65 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.19 |
| HSL | 54.04º | 0.59% | 0.53% | - |
| HSV(B) | 54.04º | 0.68% | 0.81% | - |
| XYZ | 45.26 | 51.2 | 12.5 | - |
| YUV | 181.71 | 62.14 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 65 | 0 | 0.07 | 0.68 | 0.19 | 54.04 | 0.59 | 0.53 |
| Hex | CE | C0 | 41 | 0 | 7 | 44 | 13 | 36 | 3B | 35 |
| Octal | 316 | 300 | 101 | 0 | 7 | 104 | 23 | 66 | 73 | 65 |
| Binary | 11001110 | 11000000 | 1000001 | 0 | 111 | 1000100 | 10011 | 110110 | 111011 | 110101 |
Color Harmonies of #CEC041
Complementary color
Monochromatic Colors of #CEC041
Black with #CEC041
Text Example
Text Example
White with #CEC041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC041; }
p { color: rgb(206,192,65); }
H1.HeaderClassName
{
color: #CEC041;
}
.AnyTagClassName
{
color: #CEC041;
}
</style>
background-color css
<style>
a { background-color: #CEC041; }
a { background-color: rgb(206,192,65); }
div.DivClassName
{
background-color: #CEC041;
}
.BgClassName
{
background-color: #CEC041;
}
</style>
border-color css
<style>
span { border-color: #CEC041; }
span { border-color: rgb(206,192,65); }
td.TdClassName
{
border-color: #CEC041;
}
.TagClassName
{
border-color: #CEC041;
}
</style>