Shades of Wattle #CCCE47
Tints of Wattle #CCCE47
RGB
CMYK
RGB Variations
Color information
#CCCE47 (or 0xCCCE47) is known color: Wattle. HEX triplet: CC, CE and 47. RGB value is (204,206,71). Sum of RGB (Red+Green+Blue) = 204+206+71=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 71 (28.12% from 255 or 14.76% from 481); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCE47 is #3331B8. Grayscale: #BEBEBE. Windows color (decimal): -3355065 or 4705996. OLE color: 4705996.
HSL color Cylindrical-coordinate representation of color #CCCE47: hue angle of 60.89º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCCE47 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 71 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.19 |
| HSL | 60.89º | 0.58% | 0.54% | - |
| HSV(B) | 60.89º | 0.66% | 0.81% | - |
| XYZ | 48.11 | 57.43 | 14.51 | - |
| YUV | 190.01 | 60.84 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 71 | 0.01 | 0 | 0.66 | 0.19 | 60.89 | 0.58 | 0.54 |
| Hex | CC | CE | 47 | 1 | 0 | 42 | 13 | 3D | 3A | 36 |
| Octal | 314 | 316 | 107 | 1 | 0 | 102 | 23 | 75 | 72 | 66 |
| Binary | 11001100 | 11001110 | 1000111 | 1 | 0 | 1000010 | 10011 | 111101 | 111010 | 110110 |
Color Harmonies of #CCCE47
Complementary color
Monochromatic Colors of #CCCE47
Black with #CCCE47
Text Example
Text Example
White with #CCCE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE47; }
p { color: rgb(204,206,71); }
H1.HeaderClassName
{
color: #CCCE47;
}
.AnyTagClassName
{
color: #CCCE47;
}
</style>
background-color css
<style>
a { background-color: #CCCE47; }
a { background-color: rgb(204,206,71); }
div.DivClassName
{
background-color: #CCCE47;
}
.BgClassName
{
background-color: #CCCE47;
}
</style>
border-color css
<style>
span { border-color: #CCCE47; }
span { border-color: rgb(204,206,71); }
td.TdClassName
{
border-color: #CCCE47;
}
.TagClassName
{
border-color: #CCCE47;
}
</style>