Shades of Wattle #CCC932
Tints of Wattle #CCC932
RGB
CMYK
RGB Variations
Color information
#CCC932 (or 0xCCC932) is known color: Wattle. HEX triplet: CC, C9 and 32. RGB value is (204,201,50). Sum of RGB (Red+Green+Blue) = 204+201+50=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 50 (19.92% from 255 or 10.99% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC932 is #3336CD. Grayscale: #B9B9B9. Windows color (decimal): -3356366 or 3328460. OLE color: 3328460.
HSL color Cylindrical-coordinate representation of color #CCC932: hue angle of 58.83º degrees, saturation: 0.61, 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 #CCC932 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 50 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.2 |
| HSL | 58.83º | 0.61% | 0.5% | - |
| HSV(B) | 58.83º | 0.75% | 0.8% | - |
| XYZ | 46.36 | 54.84 | 11.16 | - |
| YUV | 184.68 | 51.99 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 50 | 0 | 0.01 | 0.75 | 0.2 | 58.83 | 0.61 | 0.5 |
| Hex | CC | C9 | 32 | 0 | 1 | 4B | 14 | 3B | 3D | 32 |
| Octal | 314 | 311 | 62 | 0 | 1 | 113 | 24 | 73 | 75 | 62 |
| Binary | 11001100 | 11001001 | 110010 | 0 | 1 | 1001011 | 10100 | 111011 | 111101 | 110010 |
Color Harmonies of #CCC932
Complementary color
Monochromatic Colors of #CCC932
Black with #CCC932
Text Example
Text Example
White with #CCC932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC932; }
p { color: rgb(204,201,50); }
H1.HeaderClassName
{
color: #CCC932;
}
.AnyTagClassName
{
color: #CCC932;
}
</style>
background-color css
<style>
a { background-color: #CCC932; }
a { background-color: rgb(204,201,50); }
div.DivClassName
{
background-color: #CCC932;
}
.BgClassName
{
background-color: #CCC932;
}
</style>
border-color css
<style>
span { border-color: #CCC932; }
span { border-color: rgb(204,201,50); }
td.TdClassName
{
border-color: #CCC932;
}
.TagClassName
{
border-color: #CCC932;
}
</style>