Shades of Wattle #CCC936
Tints of Wattle #CCC936
RGB
CMYK
RGB Variations
Color information
#CCC936 (or 0xCCC936) is known color: Wattle. HEX triplet: CC, C9 and 36. RGB value is (204,201,54). Sum of RGB (Red+Green+Blue) = 204+201+54=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 54 (21.48% from 255 or 11.76% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC936 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC936 is #3336C9. Grayscale: #B9B9B9. Windows color (decimal): -3356362 or 3590604. OLE color: 3590604.
HSL color Cylindrical-coordinate representation of color #CCC936: hue angle of 58.8º 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 #CCC936 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 54 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.2 |
| HSL | 58.8º | 0.6% | 0.51% | - |
| HSV(B) | 58.8º | 0.74% | 0.8% | - |
| XYZ | 46.45 | 54.88 | 11.63 | - |
| YUV | 185.14 | 53.99 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 54 | 0 | 0.01 | 0.74 | 0.2 | 58.8 | 0.6 | 0.51 |
| Hex | CC | C9 | 36 | 0 | 1 | 4A | 14 | 3B | 3C | 33 |
| Octal | 314 | 311 | 66 | 0 | 1 | 112 | 24 | 73 | 74 | 63 |
| Binary | 11001100 | 11001001 | 110110 | 0 | 1 | 1001010 | 10100 | 111011 | 111100 | 110011 |
Color Harmonies of #CCC936
Complementary color
Monochromatic Colors of #CCC936
Black with #CCC936
Text Example
Text Example
White with #CCC936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC936; }
p { color: rgb(204,201,54); }
H1.HeaderClassName
{
color: #CCC936;
}
.AnyTagClassName
{
color: #CCC936;
}
</style>
background-color css
<style>
a { background-color: #CCC936; }
a { background-color: rgb(204,201,54); }
div.DivClassName
{
background-color: #CCC936;
}
.BgClassName
{
background-color: #CCC936;
}
</style>
border-color css
<style>
span { border-color: #CCC936; }
span { border-color: rgb(204,201,54); }
td.TdClassName
{
border-color: #CCC936;
}
.TagClassName
{
border-color: #CCC936;
}
</style>