Shades of Wattle #CCC44D
Tints of Wattle #CCC44D
RGB
CMYK
RGB Variations
Color information
#CCC44D (or 0xCCC44D) is known color: Wattle. HEX triplet: CC, C4 and 4D. RGB value is (204,196,77). Sum of RGB (Red+Green+Blue) = 204+196+77=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 196 (76.95% from 255 or 41.09% from 477); Blue value is 77 (30.47% from 255 or 16.14% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC44D is #333BB2. Grayscale: #B9B9B9. Windows color (decimal): -3357619 or 5096652. OLE color: 5096652.
HSL color Cylindrical-coordinate representation of color #CCC44D: hue angle of 56.22º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCC44D is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 77 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.2 |
| HSL | 56.22º | 0.55% | 0.55% | - |
| HSV(B) | 56.22º | 0.62% | 0.8% | - |
| XYZ | 45.98 | 52.85 | 14.8 | - |
| YUV | 184.83 | 67.15 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 77 | 0 | 0.04 | 0.62 | 0.2 | 56.22 | 0.55 | 0.55 |
| Hex | CC | C4 | 4D | 0 | 4 | 3E | 14 | 38 | 37 | 37 |
| Octal | 314 | 304 | 115 | 0 | 4 | 76 | 24 | 70 | 67 | 67 |
| Binary | 11001100 | 11000100 | 1001101 | 0 | 100 | 111110 | 10100 | 111000 | 110111 | 110111 |
Color Harmonies of #CCC44D
Complementary color
Monochromatic Colors of #CCC44D
Black with #CCC44D
Text Example
Text Example
White with #CCC44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC44D; }
p { color: rgb(204,196,77); }
H1.HeaderClassName
{
color: #CCC44D;
}
.AnyTagClassName
{
color: #CCC44D;
}
</style>
background-color css
<style>
a { background-color: #CCC44D; }
a { background-color: rgb(204,196,77); }
div.DivClassName
{
background-color: #CCC44D;
}
.BgClassName
{
background-color: #CCC44D;
}
</style>
border-color css
<style>
span { border-color: #CCC44D; }
span { border-color: rgb(204,196,77); }
td.TdClassName
{
border-color: #CCC44D;
}
.TagClassName
{
border-color: #CCC44D;
}
</style>