Shades of Wattle #CEC043
Tints of Wattle #CEC043
RGB
CMYK
RGB Variations
Color information
#CEC043 (or 0xCEC043) is known color: Wattle. HEX triplet: CE, C0 and 43. RGB value is (206,192,67). Sum of RGB (Red+Green+Blue) = 206+192+67=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 67 (26.56% from 255 or 14.41% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC043 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC043 is #313FBC. Grayscale: #B6B6B6. Windows color (decimal): -3227581 or 4440270. OLE color: 4440270.
HSL color Cylindrical-coordinate representation of color #CEC043: hue angle of 53.96º degrees, saturation: 0.59, 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 #CEC043 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 67 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.19 |
| HSL | 53.96º | 0.59% | 0.54% | - |
| HSV(B) | 53.96º | 0.67% | 0.81% | - |
| XYZ | 45.32 | 51.23 | 12.81 | - |
| YUV | 181.94 | 63.14 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 67 | 0 | 0.07 | 0.67 | 0.19 | 53.96 | 0.59 | 0.54 |
| Hex | CE | C0 | 43 | 0 | 7 | 43 | 13 | 36 | 3B | 36 |
| Octal | 316 | 300 | 103 | 0 | 7 | 103 | 23 | 66 | 73 | 66 |
| Binary | 11001110 | 11000000 | 1000011 | 0 | 111 | 1000011 | 10011 | 110110 | 111011 | 110110 |
Color Harmonies of #CEC043
Complementary color
Monochromatic Colors of #CEC043
Black with #CEC043
Text Example
Text Example
White with #CEC043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC043; }
p { color: rgb(206,192,67); }
H1.HeaderClassName
{
color: #CEC043;
}
.AnyTagClassName
{
color: #CEC043;
}
</style>
background-color css
<style>
a { background-color: #CEC043; }
a { background-color: rgb(206,192,67); }
div.DivClassName
{
background-color: #CEC043;
}
.BgClassName
{
background-color: #CEC043;
}
</style>
border-color css
<style>
span { border-color: #CEC043; }
span { border-color: rgb(206,192,67); }
td.TdClassName
{
border-color: #CEC043;
}
.TagClassName
{
border-color: #CEC043;
}
</style>