Shades of Wattle #CCC244
Tints of Wattle #CCC244
RGB
CMYK
RGB Variations
Color information
#CCC244 (or 0xCCC244) is known color: Wattle. HEX triplet: CC, C2 and 44. RGB value is (204,194,68). Sum of RGB (Red+Green+Blue) = 204+194+68=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 68 (26.95% from 255 or 14.59% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC244 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC244 is #333DBB. Grayscale: #B7B7B7. Windows color (decimal): -3358140 or 4506316. OLE color: 4506316.
HSL color Cylindrical-coordinate representation of color #CCC244: hue angle of 55.59º 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 #CCC244 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 68 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.2 |
| HSL | 55.59º | 0.57% | 0.53% | - |
| HSV(B) | 55.59º | 0.67% | 0.8% | - |
| XYZ | 45.24 | 51.84 | 13.09 | - |
| YUV | 182.63 | 63.31 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 68 | 0 | 0.05 | 0.67 | 0.2 | 55.59 | 0.57 | 0.53 |
| Hex | CC | C2 | 44 | 0 | 5 | 43 | 14 | 38 | 39 | 35 |
| Octal | 314 | 302 | 104 | 0 | 5 | 103 | 24 | 70 | 71 | 65 |
| Binary | 11001100 | 11000010 | 1000100 | 0 | 101 | 1000011 | 10100 | 111000 | 111001 | 110101 |
Color Harmonies of #CCC244
Complementary color
Monochromatic Colors of #CCC244
Black with #CCC244
Text Example
Text Example
White with #CCC244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC244; }
p { color: rgb(204,194,68); }
H1.HeaderClassName
{
color: #CCC244;
}
.AnyTagClassName
{
color: #CCC244;
}
</style>
background-color css
<style>
a { background-color: #CCC244; }
a { background-color: rgb(204,194,68); }
div.DivClassName
{
background-color: #CCC244;
}
.BgClassName
{
background-color: #CCC244;
}
</style>
border-color css
<style>
span { border-color: #CCC244; }
span { border-color: rgb(204,194,68); }
td.TdClassName
{
border-color: #CCC244;
}
.TagClassName
{
border-color: #CCC244;
}
</style>