Shades of Wattle #CCC64D
Tints of Wattle #CCC64D
RGB
CMYK
RGB Variations
Color information
#CCC64D (or 0xCCC64D) is known color: Wattle. HEX triplet: CC, C6 and 4D. RGB value is (204,198,77). Sum of RGB (Red+Green+Blue) = 204+198+77=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 198 (77.73% from 255 or 41.34% from 479); Blue value is 77 (30.47% from 255 or 16.08% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC64D is #3339B2. Grayscale: #BABABA. Windows color (decimal): -3357107 or 5097164. OLE color: 5097164.
HSL color Cylindrical-coordinate representation of color #CCC64D: hue angle of 57.17º 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 #CCC64D is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 77 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.2 |
| HSL | 57.17º | 0.55% | 0.55% | - |
| HSV(B) | 57.17º | 0.62% | 0.8% | - |
| XYZ | 46.44 | 53.76 | 14.95 | - |
| YUV | 186 | 66.49 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 77 | 0 | 0.03 | 0.62 | 0.2 | 57.17 | 0.55 | 0.55 |
| Hex | CC | C6 | 4D | 0 | 3 | 3E | 14 | 39 | 37 | 37 |
| Octal | 314 | 306 | 115 | 0 | 3 | 76 | 24 | 71 | 67 | 67 |
| Binary | 11001100 | 11000110 | 1001101 | 0 | 11 | 111110 | 10100 | 111001 | 110111 | 110111 |
Color Harmonies of #CCC64D
Complementary color
Monochromatic Colors of #CCC64D
Black with #CCC64D
Text Example
Text Example
White with #CCC64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC64D; }
p { color: rgb(204,198,77); }
H1.HeaderClassName
{
color: #CCC64D;
}
.AnyTagClassName
{
color: #CCC64D;
}
</style>
background-color css
<style>
a { background-color: #CCC64D; }
a { background-color: rgb(204,198,77); }
div.DivClassName
{
background-color: #CCC64D;
}
.BgClassName
{
background-color: #CCC64D;
}
</style>
border-color css
<style>
span { border-color: #CCC64D; }
span { border-color: rgb(204,198,77); }
td.TdClassName
{
border-color: #CCC64D;
}
.TagClassName
{
border-color: #CCC64D;
}
</style>