Shades of Wattle #CCCC46
Tints of Wattle #CCCC46
RGB
CMYK
RGB Variations
Color information
#CCCC46 (or 0xCCCC46) is known color: Wattle. HEX triplet: CC, CC and 46. RGB value is (204,204,70). Sum of RGB (Red+Green+Blue) = 204+204+70=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 70 (27.73% from 255 or 14.64% from 478); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCC46 is #3333B9. Grayscale: #BDBDBD. Windows color (decimal): -3355578 or 4639948. OLE color: 4639948.
HSL color Cylindrical-coordinate representation of color #CCCC46: hue angle of 60º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCCC46 is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 70 | - |
| CMYK | 0 | 0 | 0.66 | 0.2 |
| HSL | 60º | 0.57% | 0.54% | - |
| HSV(B) | 60º | 0.66% | 0.8% | - |
| XYZ | 47.6 | 56.47 | 14.18 | - |
| YUV | 188.72 | 61 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 70 | 0 | 0 | 0.66 | 0.2 | 60 | 0.57 | 0.54 |
| Hex | CC | CC | 46 | 0 | 0 | 42 | 14 | 3C | 39 | 36 |
| Octal | 314 | 314 | 106 | 0 | 0 | 102 | 24 | 74 | 71 | 66 |
| Binary | 11001100 | 11001100 | 1000110 | 0 | 0 | 1000010 | 10100 | 111100 | 111001 | 110110 |
Color Harmonies of #CCCC46
Complementary color
Monochromatic Colors of #CCCC46
Black with #CCCC46
Text Example
Text Example
White with #CCCC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC46; }
p { color: rgb(204,204,70); }
H1.HeaderClassName
{
color: #CCCC46;
}
.AnyTagClassName
{
color: #CCCC46;
}
</style>
background-color css
<style>
a { background-color: #CCCC46; }
a { background-color: rgb(204,204,70); }
div.DivClassName
{
background-color: #CCCC46;
}
.BgClassName
{
background-color: #CCCC46;
}
</style>
border-color css
<style>
span { border-color: #CCCC46; }
span { border-color: rgb(204,204,70); }
td.TdClassName
{
border-color: #CCCC46;
}
.TagClassName
{
border-color: #CCCC46;
}
</style>