Shades of Wattle #CCC13C
Tints of Wattle #CCC13C
RGB
CMYK
RGB Variations
Color information
#CCC13C (or 0xCCC13C) is known color: Wattle. HEX triplet: CC, C1 and 3C. RGB value is (204,193,60). Sum of RGB (Red+Green+Blue) = 204+193+60=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 60 (23.83% from 255 or 13.13% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC13C is #333EC3. Grayscale: #B5B5B5. Windows color (decimal): -3358404 or 3981772. OLE color: 3981772.
HSL color Cylindrical-coordinate representation of color #CCC13C: hue angle of 55.42º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CCC13C is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 60 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.2 |
| HSL | 55.42º | 0.59% | 0.52% | - |
| HSV(B) | 55.42º | 0.71% | 0.8% | - |
| XYZ | 44.79 | 51.3 | 11.82 | - |
| YUV | 181.13 | 59.64 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 60 | 0 | 0.05 | 0.71 | 0.2 | 55.42 | 0.59 | 0.52 |
| Hex | CC | C1 | 3C | 0 | 5 | 47 | 14 | 37 | 3B | 34 |
| Octal | 314 | 301 | 74 | 0 | 5 | 107 | 24 | 67 | 73 | 64 |
| Binary | 11001100 | 11000001 | 111100 | 0 | 101 | 1000111 | 10100 | 110111 | 111011 | 110100 |
Color Harmonies of #CCC13C
Complementary color
Monochromatic Colors of #CCC13C
Black with #CCC13C
Text Example
Text Example
White with #CCC13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC13C; }
p { color: rgb(204,193,60); }
H1.HeaderClassName
{
color: #CCC13C;
}
.AnyTagClassName
{
color: #CCC13C;
}
</style>
background-color css
<style>
a { background-color: #CCC13C; }
a { background-color: rgb(204,193,60); }
div.DivClassName
{
background-color: #CCC13C;
}
.BgClassName
{
background-color: #CCC13C;
}
</style>
border-color css
<style>
span { border-color: #CCC13C; }
span { border-color: rgb(204,193,60); }
td.TdClassName
{
border-color: #CCC13C;
}
.TagClassName
{
border-color: #CCC13C;
}
</style>