Shades of Wattle #CCCC40
Tints of Wattle #CCCC40
RGB
CMYK
RGB Variations
Color information
#CCCC40 (or 0xCCCC40) is known color: Wattle. HEX triplet: CC, CC and 40. RGB value is (204,204,64). Sum of RGB (Red+Green+Blue) = 204+204+64=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCC40 is #3333BF. Grayscale: #BCBCBC. Windows color (decimal): -3355584 or 4246732. OLE color: 4246732.
HSL color Cylindrical-coordinate representation of color #CCCC40: hue angle of 60º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCCC40 is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 64 | - |
| CMYK | 0 | 0 | 0.69 | 0.2 |
| HSL | 60º | 0.58% | 0.53% | - |
| HSV(B) | 60º | 0.69% | 0.8% | - |
| XYZ | 47.42 | 56.39 | 13.24 | - |
| YUV | 188.04 | 58 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 64 | 0 | 0 | 0.69 | 0.2 | 60 | 0.58 | 0.53 |
| Hex | CC | CC | 40 | 0 | 0 | 45 | 14 | 3C | 3A | 35 |
| Octal | 314 | 314 | 100 | 0 | 0 | 105 | 24 | 74 | 72 | 65 |
| Binary | 11001100 | 11001100 | 1000000 | 0 | 0 | 1000101 | 10100 | 111100 | 111010 | 110101 |
Color Harmonies of #CCCC40
Complementary color
Monochromatic Colors of #CCCC40
Black with #CCCC40
Text Example
Text Example
White with #CCCC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC40; }
p { color: rgb(204,204,64); }
H1.HeaderClassName
{
color: #CCCC40;
}
.AnyTagClassName
{
color: #CCCC40;
}
</style>
background-color css
<style>
a { background-color: #CCCC40; }
a { background-color: rgb(204,204,64); }
div.DivClassName
{
background-color: #CCCC40;
}
.BgClassName
{
background-color: #CCCC40;
}
</style>
border-color css
<style>
span { border-color: #CCCC40; }
span { border-color: rgb(204,204,64); }
td.TdClassName
{
border-color: #CCCC40;
}
.TagClassName
{
border-color: #CCCC40;
}
</style>