Shades of Wattle #CCC633
Tints of Wattle #CCC633
RGB
CMYK
RGB Variations
Color information
#CCC633 (or 0xCCC633) is known color: Wattle. HEX triplet: CC, C6 and 33. RGB value is (204,198,51). Sum of RGB (Red+Green+Blue) = 204+198+51=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 198 (77.73% from 255 or 43.71% from 453); Blue value is 51 (20.31% from 255 or 11.26% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC633 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC633 is #3339CC. Grayscale: #B7B7B7. Windows color (decimal): -3357133 or 3393228. OLE color: 3393228.
HSL color Cylindrical-coordinate representation of color #CCC633: hue angle of 57.65º 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 #CCC633 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 51 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.2 |
| HSL | 57.65º | 0.6% | 0.5% | - |
| HSV(B) | 57.65º | 0.75% | 0.8% | - |
| XYZ | 45.69 | 53.46 | 11.04 | - |
| YUV | 183.04 | 53.49 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 51 | 0 | 0.03 | 0.75 | 0.2 | 57.65 | 0.6 | 0.5 |
| Hex | CC | C6 | 33 | 0 | 3 | 4B | 14 | 3A | 3C | 32 |
| Octal | 314 | 306 | 63 | 0 | 3 | 113 | 24 | 72 | 74 | 62 |
| Binary | 11001100 | 11000110 | 110011 | 0 | 11 | 1001011 | 10100 | 111010 | 111100 | 110010 |
Color Harmonies of #CCC633
Complementary color
Monochromatic Colors of #CCC633
Black with #CCC633
Text Example
Text Example
White with #CCC633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC633; }
p { color: rgb(204,198,51); }
H1.HeaderClassName
{
color: #CCC633;
}
.AnyTagClassName
{
color: #CCC633;
}
</style>
background-color css
<style>
a { background-color: #CCC633; }
a { background-color: rgb(204,198,51); }
div.DivClassName
{
background-color: #CCC633;
}
.BgClassName
{
background-color: #CCC633;
}
</style>
border-color css
<style>
span { border-color: #CCC633; }
span { border-color: rgb(204,198,51); }
td.TdClassName
{
border-color: #CCC633;
}
.TagClassName
{
border-color: #CCC633;
}
</style>