Shades of Wattle #CCC941
Tints of Wattle #CCC941
RGB
CMYK
RGB Variations
Color information
#CCC941 (or 0xCCC941) is known color: Wattle. HEX triplet: CC, C9 and 41. RGB value is (204,201,65). Sum of RGB (Red+Green+Blue) = 204+201+65=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 65 (25.78% from 255 or 13.83% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC941 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC941 is #3336BE. Grayscale: #BABABA. Windows color (decimal): -3356351 or 4311500. OLE color: 4311500.
HSL color Cylindrical-coordinate representation of color #CCC941: hue angle of 58.71º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCC941 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 65 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.2 |
| HSL | 58.71º | 0.58% | 0.53% | - |
| HSV(B) | 58.71º | 0.68% | 0.8% | - |
| XYZ | 46.74 | 54.99 | 13.15 | - |
| YUV | 186.39 | 59.49 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 65 | 0 | 0.01 | 0.68 | 0.2 | 58.71 | 0.58 | 0.53 |
| Hex | CC | C9 | 41 | 0 | 1 | 44 | 14 | 3B | 3A | 35 |
| Octal | 314 | 311 | 101 | 0 | 1 | 104 | 24 | 73 | 72 | 65 |
| Binary | 11001100 | 11001001 | 1000001 | 0 | 1 | 1000100 | 10100 | 111011 | 111010 | 110101 |
Color Harmonies of #CCC941
Complementary color
Monochromatic Colors of #CCC941
Black with #CCC941
Text Example
Text Example
White with #CCC941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC941; }
p { color: rgb(204,201,65); }
H1.HeaderClassName
{
color: #CCC941;
}
.AnyTagClassName
{
color: #CCC941;
}
</style>
background-color css
<style>
a { background-color: #CCC941; }
a { background-color: rgb(204,201,65); }
div.DivClassName
{
background-color: #CCC941;
}
.BgClassName
{
background-color: #CCC941;
}
</style>
border-color css
<style>
span { border-color: #CCC941; }
span { border-color: rgb(204,201,65); }
td.TdClassName
{
border-color: #CCC941;
}
.TagClassName
{
border-color: #CCC941;
}
</style>