Shades of Wattle #CCC933
Tints of Wattle #CCC933
RGB
CMYK
RGB Variations
Color information
#CCC933 (or 0xCCC933) is known color: Wattle. HEX triplet: CC, C9 and 33. RGB value is (204,201,51). Sum of RGB (Red+Green+Blue) = 204+201+51=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 201 (78.91% from 255 or 44.08% from 456); Blue value is 51 (20.31% from 255 or 11.18% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC933 is #3336CC. Grayscale: #B9B9B9. Windows color (decimal): -3356365 or 3393996. OLE color: 3393996.
HSL color Cylindrical-coordinate representation of color #CCC933: 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 #CCC933 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 51 | - |
| 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.39 | 54.85 | 11.27 | - |
| YUV | 184.8 | 52.49 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 51 | 0 | 0.01 | 0.75 | 0.2 | 58.82 | 0.6 | 0.5 |
| Hex | CC | C9 | 33 | 0 | 1 | 4B | 14 | 3B | 3C | 32 |
| Octal | 314 | 311 | 63 | 0 | 1 | 113 | 24 | 73 | 74 | 62 |
| Binary | 11001100 | 11001001 | 110011 | 0 | 1 | 1001011 | 10100 | 111011 | 111100 | 110010 |
Color Harmonies of #CCC933
Complementary color
Monochromatic Colors of #CCC933
Black with #CCC933
Text Example
Text Example
White with #CCC933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC933; }
p { color: rgb(204,201,51); }
H1.HeaderClassName
{
color: #CCC933;
}
.AnyTagClassName
{
color: #CCC933;
}
</style>
background-color css
<style>
a { background-color: #CCC933; }
a { background-color: rgb(204,201,51); }
div.DivClassName
{
background-color: #CCC933;
}
.BgClassName
{
background-color: #CCC933;
}
</style>
border-color css
<style>
span { border-color: #CCC933; }
span { border-color: rgb(204,201,51); }
td.TdClassName
{
border-color: #CCC933;
}
.TagClassName
{
border-color: #CCC933;
}
</style>