Shades of Wattle #CCC433
Tints of Wattle #CCC433
RGB
CMYK
RGB Variations
Color information
#CCC433 (or 0xCCC433) is known color: Wattle. HEX triplet: CC, C4 and 33. RGB value is (204,196,51). Sum of RGB (Red+Green+Blue) = 204+196+51=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 51 (20.31% from 255 or 11.31% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC433 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC433 is #333BCC. Grayscale: #B6B6B6. Windows color (decimal): -3357645 or 3392716. OLE color: 3392716.
HSL color Cylindrical-coordinate representation of color #CCC433: hue angle of 56.86º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCC433 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 51 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.2 |
| HSL | 56.86º | 0.6% | 0.5% | - |
| HSV(B) | 56.86º | 0.75% | 0.8% | - |
| XYZ | 45.24 | 52.56 | 10.89 | - |
| YUV | 181.86 | 54.15 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 51 | 0 | 0.04 | 0.75 | 0.2 | 56.86 | 0.6 | 0.5 |
| Hex | CC | C4 | 33 | 0 | 4 | 4B | 14 | 39 | 3C | 32 |
| Octal | 314 | 304 | 63 | 0 | 4 | 113 | 24 | 71 | 74 | 62 |
| Binary | 11001100 | 11000100 | 110011 | 0 | 100 | 1001011 | 10100 | 111001 | 111100 | 110010 |
Color Harmonies of #CCC433
Complementary color
Monochromatic Colors of #CCC433
Black with #CCC433
Text Example
Text Example
White with #CCC433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC433; }
p { color: rgb(204,196,51); }
H1.HeaderClassName
{
color: #CCC433;
}
.AnyTagClassName
{
color: #CCC433;
}
</style>
background-color css
<style>
a { background-color: #CCC433; }
a { background-color: rgb(204,196,51); }
div.DivClassName
{
background-color: #CCC433;
}
.BgClassName
{
background-color: #CCC433;
}
</style>
border-color css
<style>
span { border-color: #CCC433; }
span { border-color: rgb(204,196,51); }
td.TdClassName
{
border-color: #CCC433;
}
.TagClassName
{
border-color: #CCC433;
}
</style>