Shades of Wattle #CECC39
Tints of Wattle #CECC39
RGB
CMYK
RGB Variations
Color information
#CECC39 (or 0xCECC39) is known color: Wattle. HEX triplet: CE, CC and 39. RGB value is (206,204,57). Sum of RGB (Red+Green+Blue) = 206+204+57=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 57 (22.66% from 255 or 12.21% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECC39 is #3133C6. Grayscale: #BCBCBC. Windows color (decimal): -3224519 or 3787982. OLE color: 3787982.
HSL color Cylindrical-coordinate representation of color #CECC39: hue angle of 59.19º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CECC39 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 57 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.19 |
| HSL | 59.19º | 0.6% | 0.52% | - |
| HSV(B) | 59.19º | 0.72% | 0.81% | - |
| XYZ | 47.78 | 56.6 | 12.28 | - |
| YUV | 187.84 | 54.16 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 57 | 0 | 0.01 | 0.72 | 0.19 | 59.19 | 0.6 | 0.52 |
| Hex | CE | CC | 39 | 0 | 1 | 48 | 13 | 3B | 3C | 34 |
| Octal | 316 | 314 | 71 | 0 | 1 | 110 | 23 | 73 | 74 | 64 |
| Binary | 11001110 | 11001100 | 111001 | 0 | 1 | 1001000 | 10011 | 111011 | 111100 | 110100 |
Color Harmonies of #CECC39
Complementary color
Monochromatic Colors of #CECC39
Black with #CECC39
Text Example
Text Example
White with #CECC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC39; }
p { color: rgb(206,204,57); }
H1.HeaderClassName
{
color: #CECC39;
}
.AnyTagClassName
{
color: #CECC39;
}
</style>
background-color css
<style>
a { background-color: #CECC39; }
a { background-color: rgb(206,204,57); }
div.DivClassName
{
background-color: #CECC39;
}
.BgClassName
{
background-color: #CECC39;
}
</style>
border-color css
<style>
span { border-color: #CECC39; }
span { border-color: rgb(206,204,57); }
td.TdClassName
{
border-color: #CECC39;
}
.TagClassName
{
border-color: #CECC39;
}
</style>