Shades of Wattle #CECC32
Tints of Wattle #CECC32
RGB
CMYK
RGB Variations
Color information
#CECC32 (or 0xCECC32) is known color: Wattle. HEX triplet: CE, CC and 32. RGB value is (206,204,50). Sum of RGB (Red+Green+Blue) = 206+204+50=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 50 (19.92% from 255 or 10.87% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECC32 is #3133CD. Grayscale: #BBBBBB. Windows color (decimal): -3224526 or 3329230. OLE color: 3329230.
HSL color Cylindrical-coordinate representation of color #CECC32: hue angle of 59.23º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CECC32 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 50 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.19 |
| HSL | 59.23º | 0.61% | 0.5% | - |
| HSV(B) | 59.23º | 0.76% | 0.81% | - |
| XYZ | 47.62 | 56.54 | 11.42 | - |
| YUV | 187.04 | 50.66 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 50 | 0 | 0.01 | 0.76 | 0.19 | 59.23 | 0.61 | 0.5 |
| Hex | CE | CC | 32 | 0 | 1 | 4C | 13 | 3B | 3D | 32 |
| Octal | 316 | 314 | 62 | 0 | 1 | 114 | 23 | 73 | 75 | 62 |
| Binary | 11001110 | 11001100 | 110010 | 0 | 1 | 1001100 | 10011 | 111011 | 111101 | 110010 |
Color Harmonies of #CECC32
Complementary color
Monochromatic Colors of #CECC32
Black with #CECC32
Text Example
Text Example
White with #CECC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC32; }
p { color: rgb(206,204,50); }
H1.HeaderClassName
{
color: #CECC32;
}
.AnyTagClassName
{
color: #CECC32;
}
</style>
background-color css
<style>
a { background-color: #CECC32; }
a { background-color: rgb(206,204,50); }
div.DivClassName
{
background-color: #CECC32;
}
.BgClassName
{
background-color: #CECC32;
}
</style>
border-color css
<style>
span { border-color: #CECC32; }
span { border-color: rgb(206,204,50); }
td.TdClassName
{
border-color: #CECC32;
}
.TagClassName
{
border-color: #CECC32;
}
</style>