Shades of Wattle #CCCC34
Tints of Wattle #CCCC34
RGB
CMYK
RGB Variations
Color information
#CCCC34 (or 0xCCCC34) is known color: Wattle. HEX triplet: CC, CC and 34. RGB value is (204,204,52). Sum of RGB (Red+Green+Blue) = 204+204+52=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 52 (20.70% from 255 or 11.30% from 460); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCC34 is #3333CB. Grayscale: #BBBBBB. Windows color (decimal): -3355596 or 3460300. OLE color: 3460300.
HSL color Cylindrical-coordinate representation of color #CCCC34: hue angle of 60º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCCC34 is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 52 | - |
| CMYK | 0 | 0 | 0.75 | 0.2 |
| HSL | 60º | 0.6% | 0.5% | - |
| HSV(B) | 60º | 0.75% | 0.8% | - |
| XYZ | 47.11 | 56.27 | 11.63 | - |
| YUV | 186.67 | 52 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 52 | 0 | 0 | 0.75 | 0.2 | 60 | 0.6 | 0.5 |
| Hex | CC | CC | 34 | 0 | 0 | 4B | 14 | 3C | 3C | 32 |
| Octal | 314 | 314 | 64 | 0 | 0 | 113 | 24 | 74 | 74 | 62 |
| Binary | 11001100 | 11001100 | 110100 | 0 | 0 | 1001011 | 10100 | 111100 | 111100 | 110010 |
Color Harmonies of #CCCC34
Complementary color
Monochromatic Colors of #CCCC34
Black with #CCCC34
Text Example
Text Example
White with #CCCC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC34; }
p { color: rgb(204,204,52); }
H1.HeaderClassName
{
color: #CCCC34;
}
.AnyTagClassName
{
color: #CCCC34;
}
</style>
background-color css
<style>
a { background-color: #CCCC34; }
a { background-color: rgb(204,204,52); }
div.DivClassName
{
background-color: #CCCC34;
}
.BgClassName
{
background-color: #CCCC34;
}
</style>
border-color css
<style>
span { border-color: #CCCC34; }
span { border-color: rgb(204,204,52); }
td.TdClassName
{
border-color: #CCCC34;
}
.TagClassName
{
border-color: #CCCC34;
}
</style>