Shades of Wattle #CCC43E
Tints of Wattle #CCC43E
RGB
CMYK
RGB Variations
Color information
#CCC43E (or 0xCCC43E) is known color: Wattle. HEX triplet: CC, C4 and 3E. RGB value is (204,196,62). Sum of RGB (Red+Green+Blue) = 204+196+62=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 196 (76.95% from 255 or 42.42% from 462); Blue value is 62 (24.61% from 255 or 13.42% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC43E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC43E is #333BC1. Grayscale: #B7B7B7. Windows color (decimal): -3357634 or 4113612. OLE color: 4113612.
HSL color Cylindrical-coordinate representation of color #CCC43E: hue angle of 56.62º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCC43E is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 62 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.2 |
| HSL | 56.62º | 0.58% | 0.52% | - |
| HSV(B) | 56.62º | 0.7% | 0.8% | - |
| XYZ | 45.51 | 52.67 | 12.32 | - |
| YUV | 183.12 | 59.65 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 62 | 0 | 0.04 | 0.70 | 0.2 | 56.62 | 0.58 | 0.52 |
| Hex | CC | C4 | 3E | 0 | 4 | 46 | 14 | 39 | 3A | 34 |
| Octal | 314 | 304 | 76 | 0 | 4 | 106 | 24 | 71 | 72 | 64 |
| Binary | 11001100 | 11000100 | 111110 | 0 | 100 | 1000110 | 10100 | 111001 | 111010 | 110100 |
Color Harmonies of #CCC43E
Complementary color
Monochromatic Colors of #CCC43E
Black with #CCC43E
Text Example
Text Example
White with #CCC43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC43E; }
p { color: rgb(204,196,62); }
H1.HeaderClassName
{
color: #CCC43E;
}
.AnyTagClassName
{
color: #CCC43E;
}
</style>
background-color css
<style>
a { background-color: #CCC43E; }
a { background-color: rgb(204,196,62); }
div.DivClassName
{
background-color: #CCC43E;
}
.BgClassName
{
background-color: #CCC43E;
}
</style>
border-color css
<style>
span { border-color: #CCC43E; }
span { border-color: rgb(204,196,62); }
td.TdClassName
{
border-color: #CCC43E;
}
.TagClassName
{
border-color: #CCC43E;
}
</style>