Shades of Wattle #CCC64E
Tints of Wattle #CCC64E
RGB
CMYK
RGB Variations
Color information
#CCC64E (or 0xCCC64E) is known color: Wattle. HEX triplet: CC, C6 and 4E. RGB value is (204,198,78). Sum of RGB (Red+Green+Blue) = 204+198+78=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 78 (30.86% from 255 or 16.25% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC64E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC64E is #3339B1. Grayscale: #BABABA. Windows color (decimal): -3357106 or 5162700. OLE color: 5162700.
HSL color Cylindrical-coordinate representation of color #CCC64E: hue angle of 57.14º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCC64E is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 78 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.2 |
| HSL | 57.14º | 0.55% | 0.55% | - |
| HSV(B) | 57.14º | 0.62% | 0.8% | - |
| XYZ | 46.47 | 53.78 | 15.14 | - |
| YUV | 186.11 | 66.99 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 78 | 0 | 0.03 | 0.62 | 0.2 | 57.14 | 0.55 | 0.55 |
| Hex | CC | C6 | 4E | 0 | 3 | 3E | 14 | 39 | 37 | 37 |
| Octal | 314 | 306 | 116 | 0 | 3 | 76 | 24 | 71 | 67 | 67 |
| Binary | 11001100 | 11000110 | 1001110 | 0 | 11 | 111110 | 10100 | 111001 | 110111 | 110111 |
Color Harmonies of #CCC64E
Complementary color
Monochromatic Colors of #CCC64E
Black with #CCC64E
Text Example
Text Example
White with #CCC64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC64E; }
p { color: rgb(204,198,78); }
H1.HeaderClassName
{
color: #CCC64E;
}
.AnyTagClassName
{
color: #CCC64E;
}
</style>
background-color css
<style>
a { background-color: #CCC64E; }
a { background-color: rgb(204,198,78); }
div.DivClassName
{
background-color: #CCC64E;
}
.BgClassName
{
background-color: #CCC64E;
}
</style>
border-color css
<style>
span { border-color: #CCC64E; }
span { border-color: rgb(204,198,78); }
td.TdClassName
{
border-color: #CCC64E;
}
.TagClassName
{
border-color: #CCC64E;
}
</style>