Shades of Wattle #CEC541
Tints of Wattle #CEC541
RGB
CMYK
RGB Variations
Color information
#CEC541 (or 0xCEC541) is known color: Wattle. HEX triplet: CE, C5 and 41. RGB value is (206,197,65). Sum of RGB (Red+Green+Blue) = 206+197+65=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 65 (25.78% from 255 or 13.89% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC541 is #313ABE. Grayscale: #B9B9B9. Windows color (decimal): -3226303 or 4310478. OLE color: 4310478.
HSL color Cylindrical-coordinate representation of color #CEC541: hue angle of 56.17º 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 #CEC541 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 65 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.19 |
| HSL | 56.17º | 0.59% | 0.53% | - |
| HSV(B) | 56.17º | 0.68% | 0.81% | - |
| XYZ | 46.37 | 53.44 | 12.87 | - |
| YUV | 184.64 | 60.48 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 65 | 0 | 0.04 | 0.68 | 0.19 | 56.17 | 0.59 | 0.53 |
| Hex | CE | C5 | 41 | 0 | 4 | 44 | 13 | 38 | 3B | 35 |
| Octal | 316 | 305 | 101 | 0 | 4 | 104 | 23 | 70 | 73 | 65 |
| Binary | 11001110 | 11000101 | 1000001 | 0 | 100 | 1000100 | 10011 | 111000 | 111011 | 110101 |
Color Harmonies of #CEC541
Complementary color
Monochromatic Colors of #CEC541
Black with #CEC541
Text Example
Text Example
White with #CEC541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC541; }
p { color: rgb(206,197,65); }
H1.HeaderClassName
{
color: #CEC541;
}
.AnyTagClassName
{
color: #CEC541;
}
</style>
background-color css
<style>
a { background-color: #CEC541; }
a { background-color: rgb(206,197,65); }
div.DivClassName
{
background-color: #CEC541;
}
.BgClassName
{
background-color: #CEC541;
}
</style>
border-color css
<style>
span { border-color: #CEC541; }
span { border-color: rgb(206,197,65); }
td.TdClassName
{
border-color: #CEC541;
}
.TagClassName
{
border-color: #CEC541;
}
</style>