Shades of Wattle #CCCC36
Tints of Wattle #CCCC36
RGB
CMYK
RGB Variations
Color information
#CCCC36 (or 0xCCCC36) is known color: Wattle. HEX triplet: CC, CC and 36. RGB value is (204,204,54). Sum of RGB (Red+Green+Blue) = 204+204+54=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 54 (21.48% from 255 or 11.69% from 462); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCC36 is #3333C9. Grayscale: #BBBBBB. Windows color (decimal): -3355594 or 3591372. OLE color: 3591372.
HSL color Cylindrical-coordinate representation of color #CCCC36: hue angle of 60º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCCC36 is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 54 | - |
| CMYK | 0 | 0 | 0.74 | 0.2 |
| HSL | 60º | 0.6% | 0.51% | - |
| HSV(B) | 60º | 0.74% | 0.8% | - |
| XYZ | 47.16 | 56.29 | 11.87 | - |
| YUV | 186.9 | 53 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 54 | 0 | 0 | 0.74 | 0.2 | 60 | 0.6 | 0.51 |
| Hex | CC | CC | 36 | 0 | 0 | 4A | 14 | 3C | 3C | 33 |
| Octal | 314 | 314 | 66 | 0 | 0 | 112 | 24 | 74 | 74 | 63 |
| Binary | 11001100 | 11001100 | 110110 | 0 | 0 | 1001010 | 10100 | 111100 | 111100 | 110011 |
Color Harmonies of #CCCC36
Complementary color
Monochromatic Colors of #CCCC36
Black with #CCCC36
Text Example
Text Example
White with #CCCC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC36; }
p { color: rgb(204,204,54); }
H1.HeaderClassName
{
color: #CCCC36;
}
.AnyTagClassName
{
color: #CCCC36;
}
</style>
background-color css
<style>
a { background-color: #CCCC36; }
a { background-color: rgb(204,204,54); }
div.DivClassName
{
background-color: #CCCC36;
}
.BgClassName
{
background-color: #CCCC36;
}
</style>
border-color css
<style>
span { border-color: #CCCC36; }
span { border-color: rgb(204,204,54); }
td.TdClassName
{
border-color: #CCCC36;
}
.TagClassName
{
border-color: #CCCC36;
}
</style>