Shades of Wattle #CCC64C
Tints of Wattle #CCC64C
RGB
CMYK
RGB Variations
Color information
#CCC64C (or 0xCCC64C) is known color: Wattle. HEX triplet: CC, C6 and 4C. RGB value is (204,198,76). Sum of RGB (Red+Green+Blue) = 204+198+76=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 76 (30.08% from 255 or 15.90% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC64C is #3339B3. Grayscale: #BABABA. Windows color (decimal): -3357108 or 5031628. OLE color: 5031628.
HSL color Cylindrical-coordinate representation of color #CCC64C: hue angle of 57.19º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCC64C is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 76 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.2 |
| HSL | 57.19º | 0.56% | 0.55% | - |
| HSV(B) | 57.19º | 0.63% | 0.8% | - |
| XYZ | 46.4 | 53.75 | 14.77 | - |
| YUV | 185.89 | 65.99 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 76 | 0 | 0.03 | 0.63 | 0.2 | 57.19 | 0.56 | 0.55 |
| Hex | CC | C6 | 4C | 0 | 3 | 3F | 14 | 39 | 38 | 37 |
| Octal | 314 | 306 | 114 | 0 | 3 | 77 | 24 | 71 | 70 | 67 |
| Binary | 11001100 | 11000110 | 1001100 | 0 | 11 | 111111 | 10100 | 111001 | 111000 | 110111 |
Color Harmonies of #CCC64C
Complementary color
Monochromatic Colors of #CCC64C
Black with #CCC64C
Text Example
Text Example
White with #CCC64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC64C; }
p { color: rgb(204,198,76); }
H1.HeaderClassName
{
color: #CCC64C;
}
.AnyTagClassName
{
color: #CCC64C;
}
</style>
background-color css
<style>
a { background-color: #CCC64C; }
a { background-color: rgb(204,198,76); }
div.DivClassName
{
background-color: #CCC64C;
}
.BgClassName
{
background-color: #CCC64C;
}
</style>
border-color css
<style>
span { border-color: #CCC64C; }
span { border-color: rgb(204,198,76); }
td.TdClassName
{
border-color: #CCC64C;
}
.TagClassName
{
border-color: #CCC64C;
}
</style>