Shades of Wattle #CCCC43
Tints of Wattle #CCCC43
RGB
CMYK
RGB Variations
Color information
#CCCC43 (or 0xCCCC43) is known color: Wattle. HEX triplet: CC, CC and 43. RGB value is (204,204,67). Sum of RGB (Red+Green+Blue) = 204+204+67=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 67 (26.56% from 255 or 14.11% from 475); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCC43 is #3333BC. Grayscale: #BCBCBC. Windows color (decimal): -3355581 or 4443340. OLE color: 4443340.
HSL color Cylindrical-coordinate representation of color #CCCC43: hue angle of 60º 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 #CCCC43 is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 67 | - |
| CMYK | 0 | 0 | 0.67 | 0.2 |
| HSL | 60º | 0.57% | 0.53% | - |
| HSV(B) | 60º | 0.67% | 0.8% | - |
| XYZ | 47.51 | 56.43 | 13.7 | - |
| YUV | 188.38 | 59.5 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 67 | 0 | 0 | 0.67 | 0.2 | 60 | 0.57 | 0.53 |
| Hex | CC | CC | 43 | 0 | 0 | 43 | 14 | 3C | 39 | 35 |
| Octal | 314 | 314 | 103 | 0 | 0 | 103 | 24 | 74 | 71 | 65 |
| Binary | 11001100 | 11001100 | 1000011 | 0 | 0 | 1000011 | 10100 | 111100 | 111001 | 110101 |
Color Harmonies of #CCCC43
Complementary color
Monochromatic Colors of #CCCC43
Black with #CCCC43
Text Example
Text Example
White with #CCCC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC43; }
p { color: rgb(204,204,67); }
H1.HeaderClassName
{
color: #CCCC43;
}
.AnyTagClassName
{
color: #CCCC43;
}
</style>
background-color css
<style>
a { background-color: #CCCC43; }
a { background-color: rgb(204,204,67); }
div.DivClassName
{
background-color: #CCCC43;
}
.BgClassName
{
background-color: #CCCC43;
}
</style>
border-color css
<style>
span { border-color: #CCCC43; }
span { border-color: rgb(204,204,67); }
td.TdClassName
{
border-color: #CCCC43;
}
.TagClassName
{
border-color: #CCCC43;
}
</style>