Shades of Wattle #CCC33A
Tints of Wattle #CCC33A
RGB
CMYK
RGB Variations
Color information
#CCC33A (or 0xCCC33A) is known color: Wattle. HEX triplet: CC, C3 and 3A. RGB value is (204,195,58). Sum of RGB (Red+Green+Blue) = 204+195+58=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 58 (23.05% from 255 or 12.69% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC33A is #333CC5. Grayscale: #B6B6B6. Windows color (decimal): -3357894 or 3851212. OLE color: 3851212.
HSL color Cylindrical-coordinate representation of color #CCC33A: hue angle of 56.3º 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 #CCC33A is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 58 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.2 |
| HSL | 56.3º | 0.59% | 0.51% | - |
| HSV(B) | 56.3º | 0.72% | 0.8% | - |
| XYZ | 45.18 | 52.17 | 11.69 | - |
| YUV | 182.07 | 57.98 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 58 | 0 | 0.04 | 0.72 | 0.2 | 56.3 | 0.59 | 0.51 |
| Hex | CC | C3 | 3A | 0 | 4 | 48 | 14 | 38 | 3B | 33 |
| Octal | 314 | 303 | 72 | 0 | 4 | 110 | 24 | 70 | 73 | 63 |
| Binary | 11001100 | 11000011 | 111010 | 0 | 100 | 1001000 | 10100 | 111000 | 111011 | 110011 |
Color Harmonies of #CCC33A
Complementary color
Monochromatic Colors of #CCC33A
Black with #CCC33A
Text Example
Text Example
White with #CCC33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC33A; }
p { color: rgb(204,195,58); }
H1.HeaderClassName
{
color: #CCC33A;
}
.AnyTagClassName
{
color: #CCC33A;
}
</style>
background-color css
<style>
a { background-color: #CCC33A; }
a { background-color: rgb(204,195,58); }
div.DivClassName
{
background-color: #CCC33A;
}
.BgClassName
{
background-color: #CCC33A;
}
</style>
border-color css
<style>
span { border-color: #CCC33A; }
span { border-color: rgb(204,195,58); }
td.TdClassName
{
border-color: #CCC33A;
}
.TagClassName
{
border-color: #CCC33A;
}
</style>