Shades of Wattle #CCCB33
Tints of Wattle #CCCB33
RGB
CMYK
RGB Variations
Color information
#CCCB33 (or 0xCCCB33) is known color: Wattle. HEX triplet: CC, CB and 33. RGB value is (204,203,51). Sum of RGB (Red+Green+Blue) = 204+203+51=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 51 (20.31% from 255 or 11.14% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCB33 is #3334CC. Grayscale: #BABABA. Windows color (decimal): -3355853 or 3394508. OLE color: 3394508.
HSL color Cylindrical-coordinate representation of color #CCCB33: hue angle of 59.61º 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 #CCCB33 is Cyan = 0, Magento = 0.00, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 51 | - |
| CMYK | 0 | 0.00 | 0.75 | 0.2 |
| HSL | 59.61º | 0.6% | 0.5% | - |
| HSV(B) | 59.61º | 0.75% | 0.8% | - |
| XYZ | 46.86 | 55.79 | 11.43 | - |
| YUV | 185.97 | 51.83 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 51 | 0 | 0.00 | 0.75 | 0.2 | 59.61 | 0.6 | 0.5 |
| Hex | CC | CB | 33 | 0 | 0 | 4B | 14 | 3C | 3C | 32 |
| Octal | 314 | 313 | 63 | 0 | 0 | 113 | 24 | 74 | 74 | 62 |
| Binary | 11001100 | 11001011 | 110011 | 0 | 0 | 1001011 | 10100 | 111100 | 111100 | 110010 |
Color Harmonies of #CCCB33
Complementary color
Monochromatic Colors of #CCCB33
Black with #CCCB33
Text Example
Text Example
White with #CCCB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB33; }
p { color: rgb(204,203,51); }
H1.HeaderClassName
{
color: #CCCB33;
}
.AnyTagClassName
{
color: #CCCB33;
}
</style>
background-color css
<style>
a { background-color: #CCCB33; }
a { background-color: rgb(204,203,51); }
div.DivClassName
{
background-color: #CCCB33;
}
.BgClassName
{
background-color: #CCCB33;
}
</style>
border-color css
<style>
span { border-color: #CCCB33; }
span { border-color: rgb(204,203,51); }
td.TdClassName
{
border-color: #CCCB33;
}
.TagClassName
{
border-color: #CCCB33;
}
</style>