Shades of Wattle #CCC836
Tints of Wattle #CCC836
RGB
CMYK
RGB Variations
Color information
#CCC836 (or 0xCCC836) is known color: Wattle. HEX triplet: CC, C8 and 36. RGB value is (204,200,54). Sum of RGB (Red+Green+Blue) = 204+200+54=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 200 (78.52% from 255 or 43.67% from 458); Blue value is 54 (21.48% from 255 or 11.79% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC836 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC836 is #3337C9. Grayscale: #B9B9B9. Windows color (decimal): -3356618 or 3590348. OLE color: 3590348.
HSL color Cylindrical-coordinate representation of color #CCC836: hue angle of 58.4º 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 #CCC836 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 54 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.2 |
| HSL | 58.4º | 0.6% | 0.51% | - |
| HSV(B) | 58.4º | 0.74% | 0.8% | - |
| XYZ | 46.22 | 54.41 | 11.56 | - |
| YUV | 184.55 | 54.33 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 54 | 0 | 0.02 | 0.74 | 0.2 | 58.4 | 0.6 | 0.51 |
| Hex | CC | C8 | 36 | 0 | 2 | 4A | 14 | 3A | 3C | 33 |
| Octal | 314 | 310 | 66 | 0 | 2 | 112 | 24 | 72 | 74 | 63 |
| Binary | 11001100 | 11001000 | 110110 | 0 | 10 | 1001010 | 10100 | 111010 | 111100 | 110011 |
Color Harmonies of #CCC836
Complementary color
Monochromatic Colors of #CCC836
Black with #CCC836
Text Example
Text Example
White with #CCC836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC836; }
p { color: rgb(204,200,54); }
H1.HeaderClassName
{
color: #CCC836;
}
.AnyTagClassName
{
color: #CCC836;
}
</style>
background-color css
<style>
a { background-color: #CCC836; }
a { background-color: rgb(204,200,54); }
div.DivClassName
{
background-color: #CCC836;
}
.BgClassName
{
background-color: #CCC836;
}
</style>
border-color css
<style>
span { border-color: #CCC836; }
span { border-color: rgb(204,200,54); }
td.TdClassName
{
border-color: #CCC836;
}
.TagClassName
{
border-color: #CCC836;
}
</style>