Shades of Wattle #CECA33
Tints of Wattle #CECA33
RGB
CMYK
RGB Variations
Color information
#CECA33 (or 0xCECA33) is known color: Wattle. HEX triplet: CE, CA and 33. RGB value is (206,202,51). Sum of RGB (Red+Green+Blue) = 206+202+51=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 51 (20.31% from 255 or 11.11% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECA33 is #3135CC. Grayscale: #BABABA. Windows color (decimal): -3225037 or 3394254. OLE color: 3394254.
HSL color Cylindrical-coordinate representation of color #CECA33: hue angle of 58.45º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CECA33 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 51 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.19 |
| HSL | 58.45º | 0.61% | 0.5% | - |
| HSV(B) | 58.45º | 0.75% | 0.81% | - |
| XYZ | 47.17 | 55.6 | 11.38 | - |
| YUV | 185.98 | 51.83 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 51 | 0 | 0.02 | 0.75 | 0.19 | 58.45 | 0.61 | 0.5 |
| Hex | CE | CA | 33 | 0 | 2 | 4B | 13 | 3A | 3D | 32 |
| Octal | 316 | 312 | 63 | 0 | 2 | 113 | 23 | 72 | 75 | 62 |
| Binary | 11001110 | 11001010 | 110011 | 0 | 10 | 1001011 | 10011 | 111010 | 111101 | 110010 |
Color Harmonies of #CECA33
Complementary color
Monochromatic Colors of #CECA33
Black with #CECA33
Text Example
Text Example
White with #CECA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA33; }
p { color: rgb(206,202,51); }
H1.HeaderClassName
{
color: #CECA33;
}
.AnyTagClassName
{
color: #CECA33;
}
</style>
background-color css
<style>
a { background-color: #CECA33; }
a { background-color: rgb(206,202,51); }
div.DivClassName
{
background-color: #CECA33;
}
.BgClassName
{
background-color: #CECA33;
}
</style>
border-color css
<style>
span { border-color: #CECA33; }
span { border-color: rgb(206,202,51); }
td.TdClassName
{
border-color: #CECA33;
}
.TagClassName
{
border-color: #CECA33;
}
</style>