Shades of Wattle #CCCC44
Tints of Wattle #CCCC44
RGB
CMYK
RGB Variations
Color information
#CCCC44 (or 0xCCCC44) is known color: Wattle. HEX triplet: CC, CC and 44. RGB value is (204,204,68). Sum of RGB (Red+Green+Blue) = 204+204+68=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 68 (26.95% from 255 or 14.29% from 476); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCC44 is #3333BB. Grayscale: #BDBDBD. Windows color (decimal): -3355580 or 4508876. OLE color: 4508876.
HSL color Cylindrical-coordinate representation of color #CCCC44: hue angle of 60º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCCC44 is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 68 | - |
| CMYK | 0 | 0 | 0.67 | 0.2 |
| HSL | 60º | 0.57% | 0.53% | - |
| HSV(B) | 60º | 0.67% | 0.8% | - |
| XYZ | 47.54 | 56.44 | 13.86 | - |
| YUV | 188.5 | 60 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 68 | 0 | 0 | 0.67 | 0.2 | 60 | 0.57 | 0.53 |
| Hex | CC | CC | 44 | 0 | 0 | 43 | 14 | 3C | 39 | 35 |
| Octal | 314 | 314 | 104 | 0 | 0 | 103 | 24 | 74 | 71 | 65 |
| Binary | 11001100 | 11001100 | 1000100 | 0 | 0 | 1000011 | 10100 | 111100 | 111001 | 110101 |
Color Harmonies of #CCCC44
Complementary color
Monochromatic Colors of #CCCC44
Black with #CCCC44
Text Example
Text Example
White with #CCCC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC44; }
p { color: rgb(204,204,68); }
H1.HeaderClassName
{
color: #CCCC44;
}
.AnyTagClassName
{
color: #CCCC44;
}
</style>
background-color css
<style>
a { background-color: #CCCC44; }
a { background-color: rgb(204,204,68); }
div.DivClassName
{
background-color: #CCCC44;
}
.BgClassName
{
background-color: #CCCC44;
}
</style>
border-color css
<style>
span { border-color: #CCCC44; }
span { border-color: rgb(204,204,68); }
td.TdClassName
{
border-color: #CCCC44;
}
.TagClassName
{
border-color: #CCCC44;
}
</style>