Shades of Wattle #CCC136
Tints of Wattle #CCC136
RGB
CMYK
RGB Variations
Color information
#CCC136 (or 0xCCC136) is known color: Wattle. HEX triplet: CC, C1 and 36. RGB value is (204,193,54). Sum of RGB (Red+Green+Blue) = 204+193+54=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 54 (21.48% from 255 or 11.97% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC136 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC136 is #333EC9. Grayscale: #B5B5B5. Windows color (decimal): -3358410 or 3588556. OLE color: 3588556.
HSL color Cylindrical-coordinate representation of color #CCC136: hue angle of 55.6º 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 #CCC136 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 54 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.2 |
| HSL | 55.6º | 0.6% | 0.51% | - |
| HSV(B) | 55.6º | 0.74% | 0.8% | - |
| XYZ | 44.64 | 51.24 | 11.03 | - |
| YUV | 180.44 | 56.64 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 54 | 0 | 0.05 | 0.74 | 0.2 | 55.6 | 0.6 | 0.51 |
| Hex | CC | C1 | 36 | 0 | 5 | 4A | 14 | 38 | 3C | 33 |
| Octal | 314 | 301 | 66 | 0 | 5 | 112 | 24 | 70 | 74 | 63 |
| Binary | 11001100 | 11000001 | 110110 | 0 | 101 | 1001010 | 10100 | 111000 | 111100 | 110011 |
Color Harmonies of #CCC136
Complementary color
Monochromatic Colors of #CCC136
Black with #CCC136
Text Example
Text Example
White with #CCC136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC136; }
p { color: rgb(204,193,54); }
H1.HeaderClassName
{
color: #CCC136;
}
.AnyTagClassName
{
color: #CCC136;
}
</style>
background-color css
<style>
a { background-color: #CCC136; }
a { background-color: rgb(204,193,54); }
div.DivClassName
{
background-color: #CCC136;
}
.BgClassName
{
background-color: #CCC136;
}
</style>
border-color css
<style>
span { border-color: #CCC136; }
span { border-color: rgb(204,193,54); }
td.TdClassName
{
border-color: #CCC136;
}
.TagClassName
{
border-color: #CCC136;
}
</style>