Shades of Wattle #CEC044
Tints of Wattle #CEC044
RGB
CMYK
RGB Variations
Color information
#CEC044 (or 0xCEC044) is known color: Wattle. HEX triplet: CE, C0 and 44. RGB value is (206,192,68). Sum of RGB (Red+Green+Blue) = 206+192+68=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 68 (26.95% from 255 or 14.59% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC044 is #313FBB. Grayscale: #B6B6B6. Windows color (decimal): -3227580 or 4505806. OLE color: 4505806.
HSL color Cylindrical-coordinate representation of color #CEC044: hue angle of 53.91º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEC044 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 68 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.19 |
| HSL | 53.91º | 0.58% | 0.54% | - |
| HSV(B) | 53.91º | 0.67% | 0.81% | - |
| XYZ | 45.35 | 51.24 | 12.97 | - |
| YUV | 182.05 | 63.64 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 68 | 0 | 0.07 | 0.67 | 0.19 | 53.91 | 0.58 | 0.54 |
| Hex | CE | C0 | 44 | 0 | 7 | 43 | 13 | 36 | 3A | 36 |
| Octal | 316 | 300 | 104 | 0 | 7 | 103 | 23 | 66 | 72 | 66 |
| Binary | 11001110 | 11000000 | 1000100 | 0 | 111 | 1000011 | 10011 | 110110 | 111010 | 110110 |
Color Harmonies of #CEC044
Complementary color
Monochromatic Colors of #CEC044
Black with #CEC044
Text Example
Text Example
White with #CEC044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC044; }
p { color: rgb(206,192,68); }
H1.HeaderClassName
{
color: #CEC044;
}
.AnyTagClassName
{
color: #CEC044;
}
</style>
background-color css
<style>
a { background-color: #CEC044; }
a { background-color: rgb(206,192,68); }
div.DivClassName
{
background-color: #CEC044;
}
.BgClassName
{
background-color: #CEC044;
}
</style>
border-color css
<style>
span { border-color: #CEC044; }
span { border-color: rgb(206,192,68); }
td.TdClassName
{
border-color: #CEC044;
}
.TagClassName
{
border-color: #CEC044;
}
</style>