Shades of Wattle #CCCE42
Tints of Wattle #CCCE42
RGB
CMYK
RGB Variations
Color information
#CCCE42 (or 0xCCCE42) is known color: Wattle. HEX triplet: CC, CE and 42. RGB value is (204,206,66). Sum of RGB (Red+Green+Blue) = 204+206+66=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 66 (26.17% from 255 or 13.87% from 476); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCE42 is #3331BD. Grayscale: #BDBDBD. Windows color (decimal): -3355070 or 4378316. OLE color: 4378316.
HSL color Cylindrical-coordinate representation of color #CCCE42: hue angle of 60.86º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCCE42 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 66 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.19 |
| HSL | 60.86º | 0.59% | 0.53% | - |
| HSV(B) | 60.86º | 0.68% | 0.81% | - |
| XYZ | 47.96 | 57.37 | 13.7 | - |
| YUV | 189.44 | 58.34 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 66 | 0.01 | 0 | 0.68 | 0.19 | 60.86 | 0.59 | 0.53 |
| Hex | CC | CE | 42 | 1 | 0 | 44 | 13 | 3D | 3B | 35 |
| Octal | 314 | 316 | 102 | 1 | 0 | 104 | 23 | 75 | 73 | 65 |
| Binary | 11001100 | 11001110 | 1000010 | 1 | 0 | 1000100 | 10011 | 111101 | 111011 | 110101 |
Color Harmonies of #CCCE42
Complementary color
Monochromatic Colors of #CCCE42
Black with #CCCE42
Text Example
Text Example
White with #CCCE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE42; }
p { color: rgb(204,206,66); }
H1.HeaderClassName
{
color: #CCCE42;
}
.AnyTagClassName
{
color: #CCCE42;
}
</style>
background-color css
<style>
a { background-color: #CCCE42; }
a { background-color: rgb(204,206,66); }
div.DivClassName
{
background-color: #CCCE42;
}
.BgClassName
{
background-color: #CCCE42;
}
</style>
border-color css
<style>
span { border-color: #CCCE42; }
span { border-color: rgb(204,206,66); }
td.TdClassName
{
border-color: #CCCE42;
}
.TagClassName
{
border-color: #CCCE42;
}
</style>