Shades of Wattle #CCC340
Tints of Wattle #CCC340
RGB
CMYK
RGB Variations
Color information
#CCC340 (or 0xCCC340) is known color: Wattle. HEX triplet: CC, C3 and 40. RGB value is (204,195,64). Sum of RGB (Red+Green+Blue) = 204+195+64=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 64 (25.39% from 255 or 13.82% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC340 is #333CBF. Grayscale: #B7B7B7. Windows color (decimal): -3357888 or 4244428. OLE color: 4244428.
HSL color Cylindrical-coordinate representation of color #CCC340: hue angle of 56.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCC340 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 64 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.2 |
| HSL | 56.14º | 0.58% | 0.53% | - |
| HSV(B) | 56.14º | 0.69% | 0.8% | - |
| XYZ | 45.34 | 52.24 | 12.54 | - |
| YUV | 182.76 | 60.98 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 64 | 0 | 0.04 | 0.69 | 0.2 | 56.14 | 0.58 | 0.53 |
| Hex | CC | C3 | 40 | 0 | 4 | 45 | 14 | 38 | 3A | 35 |
| Octal | 314 | 303 | 100 | 0 | 4 | 105 | 24 | 70 | 72 | 65 |
| Binary | 11001100 | 11000011 | 1000000 | 0 | 100 | 1000101 | 10100 | 111000 | 111010 | 110101 |
Color Harmonies of #CCC340
Complementary color
Monochromatic Colors of #CCC340
Black with #CCC340
Text Example
Text Example
White with #CCC340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC340; }
p { color: rgb(204,195,64); }
H1.HeaderClassName
{
color: #CCC340;
}
.AnyTagClassName
{
color: #CCC340;
}
</style>
background-color css
<style>
a { background-color: #CCC340; }
a { background-color: rgb(204,195,64); }
div.DivClassName
{
background-color: #CCC340;
}
.BgClassName
{
background-color: #CCC340;
}
</style>
border-color css
<style>
span { border-color: #CCC340; }
span { border-color: rgb(204,195,64); }
td.TdClassName
{
border-color: #CCC340;
}
.TagClassName
{
border-color: #CCC340;
}
</style>