Shades of Wattle #CCD44E
Tints of Wattle #CCD44E
RGB
CMYK
RGB Variations
Color information
#CCD44E (or 0xCCD44E) is known color: Wattle. HEX triplet: CC, D4 and 4E. RGB value is (204,212,78). Sum of RGB (Red+Green+Blue) = 204+212+78=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 212 (83.20% from 255 or 42.91% from 494); Blue value is 78 (30.86% from 255 or 15.79% from 494); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD44E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD44E is #332BB1. Grayscale: #C2C2C2. Windows color (decimal): -3353522 or 5166284. OLE color: 5166284.
HSL color Cylindrical-coordinate representation of color #CCD44E: hue angle of 63.58º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCD44E is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 212 | 78 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.17 |
| HSL | 63.58º | 0.61% | 0.57% | - |
| HSV(B) | 63.58º | 0.63% | 0.83% | - |
| XYZ | 49.82 | 60.47 | 16.25 | - |
| YUV | 194.33 | 62.35 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 78 | 0.04 | 0 | 0.63 | 0.17 | 63.58 | 0.61 | 0.57 |
| Hex | CC | D4 | 4E | 4 | 0 | 3F | 11 | 40 | 3D | 39 |
| Octal | 314 | 324 | 116 | 4 | 0 | 77 | 21 | 100 | 75 | 71 |
| Binary | 11001100 | 11010100 | 1001110 | 100 | 0 | 111111 | 10001 | 1000000 | 111101 | 111001 |
Color Harmonies of #CCD44E
Complementary color
Monochromatic Colors of #CCD44E
Black with #CCD44E
Text Example
Text Example
White with #CCD44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD44E; }
p { color: rgb(204,212,78); }
H1.HeaderClassName
{
color: #CCD44E;
}
.AnyTagClassName
{
color: #CCD44E;
}
</style>
background-color css
<style>
a { background-color: #CCD44E; }
a { background-color: rgb(204,212,78); }
div.DivClassName
{
background-color: #CCD44E;
}
.BgClassName
{
background-color: #CCD44E;
}
</style>
border-color css
<style>
span { border-color: #CCD44E; }
span { border-color: rgb(204,212,78); }
td.TdClassName
{
border-color: #CCD44E;
}
.TagClassName
{
border-color: #CCD44E;
}
</style>