Shades of Wattle #CCCC4D
Tints of Wattle #CCCC4D
RGB
CMYK
RGB Variations
Color information
#CCCC4D (or 0xCCCC4D) is known color: Wattle. HEX triplet: CC, CC and 4D. RGB value is (204,204,77). Sum of RGB (Red+Green+Blue) = 204+204+77=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 77 (30.47% from 255 or 15.88% from 485); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC4D is #3333B2. Grayscale: #BEBEBE. Windows color (decimal): -3355571 or 5098700. OLE color: 5098700.
HSL color Cylindrical-coordinate representation of color #CCCC4D: hue angle of 60º 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 #CCCC4D is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 77 | - |
| CMYK | 0 | 0 | 0.62 | 0.2 |
| HSL | 60º | 0.55% | 0.55% | - |
| HSV(B) | 60º | 0.62% | 0.8% | - |
| XYZ | 47.83 | 56.56 | 15.42 | - |
| YUV | 189.52 | 64.5 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 77 | 0 | 0 | 0.62 | 0.2 | 60 | 0.55 | 0.55 |
| Hex | CC | CC | 4D | 0 | 0 | 3E | 14 | 3C | 37 | 37 |
| Octal | 314 | 314 | 115 | 0 | 0 | 76 | 24 | 74 | 67 | 67 |
| Binary | 11001100 | 11001100 | 1001101 | 0 | 0 | 111110 | 10100 | 111100 | 110111 | 110111 |
Color Harmonies of #CCCC4D
Complementary color
Monochromatic Colors of #CCCC4D
Black with #CCCC4D
Text Example
Text Example
White with #CCCC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC4D; }
p { color: rgb(204,204,77); }
H1.HeaderClassName
{
color: #CCCC4D;
}
.AnyTagClassName
{
color: #CCCC4D;
}
</style>
background-color css
<style>
a { background-color: #CCCC4D; }
a { background-color: rgb(204,204,77); }
div.DivClassName
{
background-color: #CCCC4D;
}
.BgClassName
{
background-color: #CCCC4D;
}
</style>
border-color css
<style>
span { border-color: #CCCC4D; }
span { border-color: rgb(204,204,77); }
td.TdClassName
{
border-color: #CCCC4D;
}
.TagClassName
{
border-color: #CCCC4D;
}
</style>