Shades of Wattle #CCCC33
Tints of Wattle #CCCC33
RGB
CMYK
RGB Variations
Color information
#CCCC33 (or 0xCCCC33) is known color: Wattle. HEX triplet: CC, CC and 33. RGB value is (204,204,51). Sum of RGB (Red+Green+Blue) = 204+204+51=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 51 (20.31% from 255 or 11.11% from 459); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC33 is a web safe color. Inversed color of #CCCC33 is #3333CC. Grayscale: #BBBBBB. Windows color (decimal): -3355597 or 3394764. OLE color: 3394764.
HSL color Cylindrical-coordinate representation of color #CCCC33: 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 #CCCC33 is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 204 | 51 | - |
CMYK | 0 | 0 | 0.75 | 0.2 |
HSL | 60º | 0.6% | 0.5% | - |
HSV(B) | 60º | 0.75% | 0.8% | - |
XYZ | 47.09 | 56.26 | 11.51 | - |
YUV | 186.56 | 51.5 | 140.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 204 | 51 | 0 | 0 | 0.75 | 0.2 | 60 | 0.6 | 0.5 |
Hex | CC | CC | 33 | 0 | 0 | 4B | 14 | 3C | 3C | 32 |
Octal | 314 | 314 | 63 | 0 | 0 | 113 | 24 | 74 | 74 | 62 |
Binary | 11001100 | 11001100 | 110011 | 0 | 0 | 1001011 | 10100 | 111100 | 111100 | 110010 |
Color Harmonies of #CCCC33
Complementary color
Monochromatic Colors of #CCCC33
Black with #CCCC33
Text Example
Text Example
White with #CCCC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC33; }
p { color: rgb(204,204,51); }
H1.HeaderClassName
{
color: #CCCC33;
}
.AnyTagClassName
{
color: #CCCC33;
}
</style>
background-color css
<style>
a { background-color: #CCCC33; }
a { background-color: rgb(204,204,51); }
div.DivClassName
{
background-color: #CCCC33;
}
.BgClassName
{
background-color: #CCCC33;
}
</style>
border-color css
<style>
span { border-color: #CCCC33; }
span { border-color: rgb(204,204,51); }
td.TdClassName
{
border-color: #CCCC33;
}
.TagClassName
{
border-color: #CCCC33;
}
</style>