Shades of Wattle #CCCB3A
Tints of Wattle #CCCB3A
RGB
CMYK
RGB Variations
Color information
#CCCB3A (or 0xCCCB3A) is known color: Wattle. HEX triplet: CC, CB and 3A. RGB value is (204,203,58). Sum of RGB (Red+Green+Blue) = 204+203+58=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 58 (23.05% from 255 or 12.47% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCB3A is #3334C5. Grayscale: #BBBBBB. Windows color (decimal): -3355846 or 3853260. OLE color: 3853260.
HSL color Cylindrical-coordinate representation of color #CCCB3A: hue angle of 59.59º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCCB3A is Cyan = 0, Magento = 0.00, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 58 | - |
| CMYK | 0 | 0.00 | 0.72 | 0.2 |
| HSL | 59.59º | 0.59% | 0.51% | - |
| HSV(B) | 59.59º | 0.72% | 0.8% | - |
| XYZ | 47.02 | 55.85 | 12.31 | - |
| YUV | 186.77 | 55.33 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 58 | 0 | 0.00 | 0.72 | 0.2 | 59.59 | 0.59 | 0.51 |
| Hex | CC | CB | 3A | 0 | 0 | 48 | 14 | 3C | 3B | 33 |
| Octal | 314 | 313 | 72 | 0 | 0 | 110 | 24 | 74 | 73 | 63 |
| Binary | 11001100 | 11001011 | 111010 | 0 | 0 | 1001000 | 10100 | 111100 | 111011 | 110011 |
Color Harmonies of #CCCB3A
Complementary color
Monochromatic Colors of #CCCB3A
Black with #CCCB3A
Text Example
Text Example
White with #CCCB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB3A; }
p { color: rgb(204,203,58); }
H1.HeaderClassName
{
color: #CCCB3A;
}
.AnyTagClassName
{
color: #CCCB3A;
}
</style>
background-color css
<style>
a { background-color: #CCCB3A; }
a { background-color: rgb(204,203,58); }
div.DivClassName
{
background-color: #CCCB3A;
}
.BgClassName
{
background-color: #CCCB3A;
}
</style>
border-color css
<style>
span { border-color: #CCCB3A; }
span { border-color: rgb(204,203,58); }
td.TdClassName
{
border-color: #CCCB3A;
}
.TagClassName
{
border-color: #CCCB3A;
}
</style>