Shades of Wattle #CCC931
Tints of Wattle #CCC931
RGB
CMYK
RGB Variations
Color information
#CCC931 (or 0xCCC931) is known color: Wattle. HEX triplet: CC, C9 and 31. RGB value is (204,201,49). Sum of RGB (Red+Green+Blue) = 204+201+49=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 49 (19.53% from 255 or 10.79% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC931 is #3336CE. Grayscale: #B9B9B9. Windows color (decimal): -3356367 or 3262924. OLE color: 3262924.
HSL color Cylindrical-coordinate representation of color #CCC931: hue angle of 58.84º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCC931 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 49 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.2 |
| HSL | 58.84º | 0.61% | 0.5% | - |
| HSV(B) | 58.84º | 0.76% | 0.8% | - |
| XYZ | 46.34 | 54.83 | 11.05 | - |
| YUV | 184.57 | 51.49 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 49 | 0 | 0.01 | 0.76 | 0.2 | 58.84 | 0.61 | 0.5 |
| Hex | CC | C9 | 31 | 0 | 1 | 4C | 14 | 3B | 3D | 32 |
| Octal | 314 | 311 | 61 | 0 | 1 | 114 | 24 | 73 | 75 | 62 |
| Binary | 11001100 | 11001001 | 110001 | 0 | 1 | 1001100 | 10100 | 111011 | 111101 | 110010 |
Color Harmonies of #CCC931
Complementary color
Monochromatic Colors of #CCC931
Black with #CCC931
Text Example
Text Example
White with #CCC931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC931; }
p { color: rgb(204,201,49); }
H1.HeaderClassName
{
color: #CCC931;
}
.AnyTagClassName
{
color: #CCC931;
}
</style>
background-color css
<style>
a { background-color: #CCC931; }
a { background-color: rgb(204,201,49); }
div.DivClassName
{
background-color: #CCC931;
}
.BgClassName
{
background-color: #CCC931;
}
</style>
border-color css
<style>
span { border-color: #CCC931; }
span { border-color: rgb(204,201,49); }
td.TdClassName
{
border-color: #CCC931;
}
.TagClassName
{
border-color: #CCC931;
}
</style>