Shades of Wattle #CEC440
Tints of Wattle #CEC440
RGB
CMYK
RGB Variations
Color information
#CEC440 (or 0xCEC440) is known color: Wattle. HEX triplet: CE, C4 and 40. RGB value is (206,196,64). Sum of RGB (Red+Green+Blue) = 206+196+64=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 64 (25.39% from 255 or 13.73% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC440 is #313BBF. Grayscale: #B8B8B8. Windows color (decimal): -3226560 or 4244686. OLE color: 4244686.
HSL color Cylindrical-coordinate representation of color #CEC440: hue angle of 55.77º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEC440 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 64 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.19 |
| HSL | 55.77º | 0.59% | 0.53% | - |
| HSV(B) | 55.77º | 0.69% | 0.81% | - |
| XYZ | 46.12 | 52.97 | 12.64 | - |
| YUV | 183.94 | 60.31 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 64 | 0 | 0.05 | 0.69 | 0.19 | 55.77 | 0.59 | 0.53 |
| Hex | CE | C4 | 40 | 0 | 5 | 45 | 13 | 38 | 3B | 35 |
| Octal | 316 | 304 | 100 | 0 | 5 | 105 | 23 | 70 | 73 | 65 |
| Binary | 11001110 | 11000100 | 1000000 | 0 | 101 | 1000101 | 10011 | 111000 | 111011 | 110101 |
Color Harmonies of #CEC440
Complementary color
Monochromatic Colors of #CEC440
Black with #CEC440
Text Example
Text Example
White with #CEC440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC440; }
p { color: rgb(206,196,64); }
H1.HeaderClassName
{
color: #CEC440;
}
.AnyTagClassName
{
color: #CEC440;
}
</style>
background-color css
<style>
a { background-color: #CEC440; }
a { background-color: rgb(206,196,64); }
div.DivClassName
{
background-color: #CEC440;
}
.BgClassName
{
background-color: #CEC440;
}
</style>
border-color css
<style>
span { border-color: #CEC440; }
span { border-color: rgb(206,196,64); }
td.TdClassName
{
border-color: #CEC440;
}
.TagClassName
{
border-color: #CEC440;
}
</style>