Shades of Wattle #CCC749
Tints of Wattle #CCC749
RGB
CMYK
RGB Variations
Color information
#CCC749 (or 0xCCC749) is known color: Wattle. HEX triplet: CC, C7 and 49. RGB value is (204,199,73). Sum of RGB (Red+Green+Blue) = 204+199+73=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 199 (78.12% from 255 or 41.81% from 476); Blue value is 73 (28.91% from 255 or 15.34% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC749 is #3338B6. Grayscale: #BABABA. Windows color (decimal): -3356855 or 4835276. OLE color: 4835276.
HSL color Cylindrical-coordinate representation of color #CCC749: hue angle of 57.71º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCC749 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 73 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.2 |
| HSL | 57.71º | 0.56% | 0.54% | - |
| HSV(B) | 57.71º | 0.64% | 0.8% | - |
| XYZ | 46.53 | 54.17 | 14.31 | - |
| YUV | 186.13 | 64.16 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 73 | 0 | 0.02 | 0.64 | 0.2 | 57.71 | 0.56 | 0.54 |
| Hex | CC | C7 | 49 | 0 | 2 | 40 | 14 | 3A | 38 | 36 |
| Octal | 314 | 307 | 111 | 0 | 2 | 100 | 24 | 72 | 70 | 66 |
| Binary | 11001100 | 11000111 | 1001001 | 0 | 10 | 1000000 | 10100 | 111010 | 111000 | 110110 |
Color Harmonies of #CCC749
Complementary color
Monochromatic Colors of #CCC749
Black with #CCC749
Text Example
Text Example
White with #CCC749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC749; }
p { color: rgb(204,199,73); }
H1.HeaderClassName
{
color: #CCC749;
}
.AnyTagClassName
{
color: #CCC749;
}
</style>
background-color css
<style>
a { background-color: #CCC749; }
a { background-color: rgb(204,199,73); }
div.DivClassName
{
background-color: #CCC749;
}
.BgClassName
{
background-color: #CCC749;
}
</style>
border-color css
<style>
span { border-color: #CCC749; }
span { border-color: rgb(204,199,73); }
td.TdClassName
{
border-color: #CCC749;
}
.TagClassName
{
border-color: #CCC749;
}
</style>