Shades of Wattle #CEC441
Tints of Wattle #CEC441
RGB
CMYK
RGB Variations
Color information
#CEC441 (or 0xCEC441) is known color: Wattle. HEX triplet: CE, C4 and 41. RGB value is (206,196,65). Sum of RGB (Red+Green+Blue) = 206+196+65=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 65 (25.78% from 255 or 13.92% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC441 is #313BBE. Grayscale: #B8B8B8. Windows color (decimal): -3226559 or 4310222. OLE color: 4310222.
HSL color Cylindrical-coordinate representation of color #CEC441: hue angle of 55.74º 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 #CEC441 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 65 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.19 |
| HSL | 55.74º | 0.59% | 0.53% | - |
| HSV(B) | 55.74º | 0.68% | 0.81% | - |
| XYZ | 46.15 | 52.98 | 12.8 | - |
| YUV | 184.06 | 60.81 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 65 | 0 | 0.05 | 0.68 | 0.19 | 55.74 | 0.59 | 0.53 |
| Hex | CE | C4 | 41 | 0 | 5 | 44 | 13 | 38 | 3B | 35 |
| Octal | 316 | 304 | 101 | 0 | 5 | 104 | 23 | 70 | 73 | 65 |
| Binary | 11001110 | 11000100 | 1000001 | 0 | 101 | 1000100 | 10011 | 111000 | 111011 | 110101 |
Color Harmonies of #CEC441
Complementary color
Monochromatic Colors of #CEC441
Black with #CEC441
Text Example
Text Example
White with #CEC441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC441; }
p { color: rgb(206,196,65); }
H1.HeaderClassName
{
color: #CEC441;
}
.AnyTagClassName
{
color: #CEC441;
}
</style>
background-color css
<style>
a { background-color: #CEC441; }
a { background-color: rgb(206,196,65); }
div.DivClassName
{
background-color: #CEC441;
}
.BgClassName
{
background-color: #CEC441;
}
</style>
border-color css
<style>
span { border-color: #CEC441; }
span { border-color: rgb(206,196,65); }
td.TdClassName
{
border-color: #CEC441;
}
.TagClassName
{
border-color: #CEC441;
}
</style>