Shades of Wattle #CCC84C
Tints of Wattle #CCC84C
RGB
CMYK
RGB Variations
Color information
#CCC84C (or 0xCCC84C) is known color: Wattle. HEX triplet: CC, C8 and 4C. RGB value is (204,200,76). Sum of RGB (Red+Green+Blue) = 204+200+76=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 200 (78.52% from 255 or 41.67% from 480); Blue value is 76 (30.08% from 255 or 15.83% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC84C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC84C is #3337B3. Grayscale: #BBBBBB. Windows color (decimal): -3356596 or 5032140. OLE color: 5032140.
HSL color Cylindrical-coordinate representation of color #CCC84C: hue angle of 58.12º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCC84C is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 76 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.2 |
| HSL | 58.13º | 0.56% | 0.55% | - |
| HSV(B) | 58.13º | 0.63% | 0.8% | - |
| XYZ | 46.86 | 54.67 | 14.92 | - |
| YUV | 187.06 | 65.33 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 76 | 0 | 0.02 | 0.63 | 0.2 | 58.13 | 0.56 | 0.55 |
| Hex | CC | C8 | 4C | 0 | 2 | 3F | 14 | 3A | 38 | 37 |
| Octal | 314 | 310 | 114 | 0 | 2 | 77 | 24 | 72 | 70 | 67 |
| Binary | 11001100 | 11001000 | 1001100 | 0 | 10 | 111111 | 10100 | 111010 | 111000 | 110111 |
Color Harmonies of #CCC84C
Complementary color
Monochromatic Colors of #CCC84C
Black with #CCC84C
Text Example
Text Example
White with #CCC84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC84C; }
p { color: rgb(204,200,76); }
H1.HeaderClassName
{
color: #CCC84C;
}
.AnyTagClassName
{
color: #CCC84C;
}
</style>
background-color css
<style>
a { background-color: #CCC84C; }
a { background-color: rgb(204,200,76); }
div.DivClassName
{
background-color: #CCC84C;
}
.BgClassName
{
background-color: #CCC84C;
}
</style>
border-color css
<style>
span { border-color: #CCC84C; }
span { border-color: rgb(204,200,76); }
td.TdClassName
{
border-color: #CCC84C;
}
.TagClassName
{
border-color: #CCC84C;
}
</style>