Shades of Wattle #CCCC3A
Tints of Wattle #CCCC3A
RGB
CMYK
RGB Variations
Color information
#CCCC3A (or 0xCCCC3A) is known color: Wattle. HEX triplet: CC, CC and 3A. RGB value is (204,204,58). Sum of RGB (Red+Green+Blue) = 204+204+58=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 58 (23.05% from 255 or 12.45% from 466); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCC3A is #3333C5. Grayscale: #BBBBBB. Windows color (decimal): -3355590 or 3853516. OLE color: 3853516.
HSL color Cylindrical-coordinate representation of color #CCCC3A: hue angle of 60º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCCC3A is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 58 | - |
| CMYK | 0 | 0 | 0.72 | 0.2 |
| HSL | 60º | 0.59% | 0.51% | - |
| HSV(B) | 60º | 0.72% | 0.8% | - |
| XYZ | 47.26 | 56.33 | 12.38 | - |
| YUV | 187.36 | 55 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 58 | 0 | 0 | 0.72 | 0.2 | 60 | 0.59 | 0.51 |
| Hex | CC | CC | 3A | 0 | 0 | 48 | 14 | 3C | 3B | 33 |
| Octal | 314 | 314 | 72 | 0 | 0 | 110 | 24 | 74 | 73 | 63 |
| Binary | 11001100 | 11001100 | 111010 | 0 | 0 | 1001000 | 10100 | 111100 | 111011 | 110011 |
Color Harmonies of #CCCC3A
Complementary color
Monochromatic Colors of #CCCC3A
Black with #CCCC3A
Text Example
Text Example
White with #CCCC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC3A; }
p { color: rgb(204,204,58); }
H1.HeaderClassName
{
color: #CCCC3A;
}
.AnyTagClassName
{
color: #CCCC3A;
}
</style>
background-color css
<style>
a { background-color: #CCCC3A; }
a { background-color: rgb(204,204,58); }
div.DivClassName
{
background-color: #CCCC3A;
}
.BgClassName
{
background-color: #CCCC3A;
}
</style>
border-color css
<style>
span { border-color: #CCCC3A; }
span { border-color: rgb(204,204,58); }
td.TdClassName
{
border-color: #CCCC3A;
}
.TagClassName
{
border-color: #CCCC3A;
}
</style>