Shades of Wattle #CEC042
Tints of Wattle #CEC042
RGB
CMYK
RGB Variations
Color information
#CEC042 (or 0xCEC042) is known color: Wattle. HEX triplet: CE, C0 and 42. RGB value is (206,192,66). Sum of RGB (Red+Green+Blue) = 206+192+66=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 66 (26.17% from 255 or 14.22% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC042 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC042 is #313FBD. Grayscale: #B6B6B6. Windows color (decimal): -3227582 or 4374734. OLE color: 4374734.
HSL color Cylindrical-coordinate representation of color #CEC042: hue angle of 54º 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 #CEC042 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 66 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.19 |
| HSL | 54º | 0.59% | 0.53% | - |
| HSV(B) | 54º | 0.68% | 0.81% | - |
| XYZ | 45.29 | 51.21 | 12.65 | - |
| YUV | 181.82 | 62.64 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 66 | 0 | 0.07 | 0.68 | 0.19 | 54 | 0.59 | 0.53 |
| Hex | CE | C0 | 42 | 0 | 7 | 44 | 13 | 36 | 3B | 35 |
| Octal | 316 | 300 | 102 | 0 | 7 | 104 | 23 | 66 | 73 | 65 |
| Binary | 11001110 | 11000000 | 1000010 | 0 | 111 | 1000100 | 10011 | 110110 | 111011 | 110101 |
Color Harmonies of #CEC042
Complementary color
Monochromatic Colors of #CEC042
Black with #CEC042
Text Example
Text Example
White with #CEC042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC042; }
p { color: rgb(206,192,66); }
H1.HeaderClassName
{
color: #CEC042;
}
.AnyTagClassName
{
color: #CEC042;
}
</style>
background-color css
<style>
a { background-color: #CEC042; }
a { background-color: rgb(206,192,66); }
div.DivClassName
{
background-color: #CEC042;
}
.BgClassName
{
background-color: #CEC042;
}
</style>
border-color css
<style>
span { border-color: #CEC042; }
span { border-color: rgb(206,192,66); }
td.TdClassName
{
border-color: #CEC042;
}
.TagClassName
{
border-color: #CEC042;
}
</style>