Shades of Wattle #CCC444
Tints of Wattle #CCC444
RGB
CMYK
RGB Variations
Color information
#CCC444 (or 0xCCC444) is known color: Wattle. HEX triplet: CC, C4 and 44. RGB value is (204,196,68). Sum of RGB (Red+Green+Blue) = 204+196+68=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 68 (26.95% from 255 or 14.53% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC444 is #333BBB. Grayscale: #B8B8B8. Windows color (decimal): -3357628 or 4506828. OLE color: 4506828.
HSL color Cylindrical-coordinate representation of color #CCC444: hue angle of 56.47º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCC444 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 68 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.2 |
| HSL | 56.47º | 0.57% | 0.53% | - |
| HSV(B) | 56.47º | 0.67% | 0.8% | - |
| XYZ | 45.69 | 52.73 | 13.24 | - |
| YUV | 183.8 | 62.65 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 68 | 0 | 0.04 | 0.67 | 0.2 | 56.47 | 0.57 | 0.53 |
| Hex | CC | C4 | 44 | 0 | 4 | 43 | 14 | 38 | 39 | 35 |
| Octal | 314 | 304 | 104 | 0 | 4 | 103 | 24 | 70 | 71 | 65 |
| Binary | 11001100 | 11000100 | 1000100 | 0 | 100 | 1000011 | 10100 | 111000 | 111001 | 110101 |
Color Harmonies of #CCC444
Complementary color
Monochromatic Colors of #CCC444
Black with #CCC444
Text Example
Text Example
White with #CCC444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC444; }
p { color: rgb(204,196,68); }
H1.HeaderClassName
{
color: #CCC444;
}
.AnyTagClassName
{
color: #CCC444;
}
</style>
background-color css
<style>
a { background-color: #CCC444; }
a { background-color: rgb(204,196,68); }
div.DivClassName
{
background-color: #CCC444;
}
.BgClassName
{
background-color: #CCC444;
}
</style>
border-color css
<style>
span { border-color: #CCC444; }
span { border-color: rgb(204,196,68); }
td.TdClassName
{
border-color: #CCC444;
}
.TagClassName
{
border-color: #CCC444;
}
</style>