Shades of Wattle #CCC13A
Tints of Wattle #CCC13A
RGB
CMYK
RGB Variations
Color information
#CCC13A (or 0xCCC13A) is known color: Wattle. HEX triplet: CC, C1 and 3A. RGB value is (204,193,58). Sum of RGB (Red+Green+Blue) = 204+193+58=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 58 (23.05% from 255 or 12.75% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC13A is #333EC5. Grayscale: #B5B5B5. Windows color (decimal): -3358406 or 3850700. OLE color: 3850700.
HSL color Cylindrical-coordinate representation of color #CCC13A: hue angle of 55.48º 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 #CCC13A is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 58 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.2 |
| HSL | 55.48º | 0.59% | 0.51% | - |
| HSV(B) | 55.48º | 0.72% | 0.8% | - |
| XYZ | 44.74 | 51.28 | 11.54 | - |
| YUV | 180.9 | 58.64 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 58 | 0 | 0.05 | 0.72 | 0.2 | 55.48 | 0.59 | 0.51 |
| Hex | CC | C1 | 3A | 0 | 5 | 48 | 14 | 37 | 3B | 33 |
| Octal | 314 | 301 | 72 | 0 | 5 | 110 | 24 | 67 | 73 | 63 |
| Binary | 11001100 | 11000001 | 111010 | 0 | 101 | 1001000 | 10100 | 110111 | 111011 | 110011 |
Color Harmonies of #CCC13A
Complementary color
Monochromatic Colors of #CCC13A
Black with #CCC13A
Text Example
Text Example
White with #CCC13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC13A; }
p { color: rgb(204,193,58); }
H1.HeaderClassName
{
color: #CCC13A;
}
.AnyTagClassName
{
color: #CCC13A;
}
</style>
background-color css
<style>
a { background-color: #CCC13A; }
a { background-color: rgb(204,193,58); }
div.DivClassName
{
background-color: #CCC13A;
}
.BgClassName
{
background-color: #CCC13A;
}
</style>
border-color css
<style>
span { border-color: #CCC13A; }
span { border-color: rgb(204,193,58); }
td.TdClassName
{
border-color: #CCC13A;
}
.TagClassName
{
border-color: #CCC13A;
}
</style>