Shades of Wattle #CEC641
Tints of Wattle #CEC641
RGB
CMYK
RGB Variations
Color information
#CEC641 (or 0xCEC641) is known color: Wattle. HEX triplet: CE, C6 and 41. RGB value is (206,198,65). Sum of RGB (Red+Green+Blue) = 206+198+65=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 65 (25.78% from 255 or 13.86% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC641 is #3139BE. Grayscale: #B9B9B9. Windows color (decimal): -3226047 or 4310734. OLE color: 4310734.
HSL color Cylindrical-coordinate representation of color #CEC641: hue angle of 56.6º 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 #CEC641 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 65 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.19 |
| HSL | 56.6º | 0.59% | 0.53% | - |
| HSV(B) | 56.6º | 0.68% | 0.81% | - |
| XYZ | 46.6 | 53.89 | 12.95 | - |
| YUV | 185.23 | 60.15 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 65 | 0 | 0.04 | 0.68 | 0.19 | 56.6 | 0.59 | 0.53 |
| Hex | CE | C6 | 41 | 0 | 4 | 44 | 13 | 39 | 3B | 35 |
| Octal | 316 | 306 | 101 | 0 | 4 | 104 | 23 | 71 | 73 | 65 |
| Binary | 11001110 | 11000110 | 1000001 | 0 | 100 | 1000100 | 10011 | 111001 | 111011 | 110101 |
Color Harmonies of #CEC641
Complementary color
Monochromatic Colors of #CEC641
Black with #CEC641
Text Example
Text Example
White with #CEC641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC641; }
p { color: rgb(206,198,65); }
H1.HeaderClassName
{
color: #CEC641;
}
.AnyTagClassName
{
color: #CEC641;
}
</style>
background-color css
<style>
a { background-color: #CEC641; }
a { background-color: rgb(206,198,65); }
div.DivClassName
{
background-color: #CEC641;
}
.BgClassName
{
background-color: #CEC641;
}
</style>
border-color css
<style>
span { border-color: #CEC641; }
span { border-color: rgb(206,198,65); }
td.TdClassName
{
border-color: #CEC641;
}
.TagClassName
{
border-color: #CEC641;
}
</style>