Shades of Wattle #CCC63F
Tints of Wattle #CCC63F
RGB
CMYK
RGB Variations
Color information
#CCC63F (or 0xCCC63F) is known color: Wattle. HEX triplet: CC, C6 and 3F. RGB value is (204,198,63). Sum of RGB (Red+Green+Blue) = 204+198+63=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 63 (25% from 255 or 13.55% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC63F is #3339C0. Grayscale: #B8B8B8. Windows color (decimal): -3357121 or 4179660. OLE color: 4179660.
HSL color Cylindrical-coordinate representation of color #CCC63F: hue angle of 57.45º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCC63F is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 63 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.2 |
| HSL | 57.45º | 0.58% | 0.52% | - |
| HSV(B) | 57.45º | 0.69% | 0.8% | - |
| XYZ | 45.99 | 53.58 | 12.62 | - |
| YUV | 184.4 | 59.49 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 63 | 0 | 0.03 | 0.69 | 0.2 | 57.45 | 0.58 | 0.52 |
| Hex | CC | C6 | 3F | 0 | 3 | 45 | 14 | 39 | 3A | 34 |
| Octal | 314 | 306 | 77 | 0 | 3 | 105 | 24 | 71 | 72 | 64 |
| Binary | 11001100 | 11000110 | 111111 | 0 | 11 | 1000101 | 10100 | 111001 | 111010 | 110100 |
Color Harmonies of #CCC63F
Complementary color
Monochromatic Colors of #CCC63F
Black with #CCC63F
Text Example
Text Example
White with #CCC63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC63F; }
p { color: rgb(204,198,63); }
H1.HeaderClassName
{
color: #CCC63F;
}
.AnyTagClassName
{
color: #CCC63F;
}
</style>
background-color css
<style>
a { background-color: #CCC63F; }
a { background-color: rgb(204,198,63); }
div.DivClassName
{
background-color: #CCC63F;
}
.BgClassName
{
background-color: #CCC63F;
}
</style>
border-color css
<style>
span { border-color: #CCC63F; }
span { border-color: rgb(204,198,63); }
td.TdClassName
{
border-color: #CCC63F;
}
.TagClassName
{
border-color: #CCC63F;
}
</style>