Shades of Wattle #CCC934
Tints of Wattle #CCC934
RGB
CMYK
RGB Variations
Color information
#CCC934 (or 0xCCC934) is known color: Wattle. HEX triplet: CC, C9 and 34. RGB value is (204,201,52). Sum of RGB (Red+Green+Blue) = 204+201+52=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 201 (78.91% from 255 or 43.98% from 457); Blue value is 52 (20.70% from 255 or 11.38% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC934 is #3336CB. Grayscale: #B9B9B9. Windows color (decimal): -3356364 or 3459532. OLE color: 3459532.
HSL color Cylindrical-coordinate representation of color #CCC934: hue angle of 58.82º 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 #CCC934 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 52 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.2 |
| HSL | 58.82º | 0.6% | 0.5% | - |
| HSV(B) | 58.82º | 0.75% | 0.8% | - |
| XYZ | 46.41 | 54.86 | 11.39 | - |
| YUV | 184.91 | 52.99 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 52 | 0 | 0.01 | 0.75 | 0.2 | 58.82 | 0.6 | 0.5 |
| Hex | CC | C9 | 34 | 0 | 1 | 4B | 14 | 3B | 3C | 32 |
| Octal | 314 | 311 | 64 | 0 | 1 | 113 | 24 | 73 | 74 | 62 |
| Binary | 11001100 | 11001001 | 110100 | 0 | 1 | 1001011 | 10100 | 111011 | 111100 | 110010 |
Color Harmonies of #CCC934
Complementary color
Monochromatic Colors of #CCC934
Black with #CCC934
Text Example
Text Example
White with #CCC934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC934; }
p { color: rgb(204,201,52); }
H1.HeaderClassName
{
color: #CCC934;
}
.AnyTagClassName
{
color: #CCC934;
}
</style>
background-color css
<style>
a { background-color: #CCC934; }
a { background-color: rgb(204,201,52); }
div.DivClassName
{
background-color: #CCC934;
}
.BgClassName
{
background-color: #CCC934;
}
</style>
border-color css
<style>
span { border-color: #CCC934; }
span { border-color: rgb(204,201,52); }
td.TdClassName
{
border-color: #CCC934;
}
.TagClassName
{
border-color: #CCC934;
}
</style>