Shades of Wattle #CCD34E
Tints of Wattle #CCD34E
RGB
CMYK
RGB Variations
Color information
#CCD34E (or 0xCCD34E) is known color: Wattle. HEX triplet: CC, D3 and 4E. RGB value is (204,211,78). Sum of RGB (Red+Green+Blue) = 204+211+78=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 211 (82.81% from 255 or 42.80% from 493); Blue value is 78 (30.86% from 255 or 15.82% from 493); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD34E is #332CB1. Grayscale: #C2C2C2. Windows color (decimal): -3353778 or 5166028. OLE color: 5166028.
HSL color Cylindrical-coordinate representation of color #CCD34E: hue angle of 63.16º degrees, saturation: 0.6, 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 #CCD34E is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 78 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.17 |
| HSL | 63.16º | 0.6% | 0.57% | - |
| HSV(B) | 63.16º | 0.63% | 0.83% | - |
| XYZ | 49.57 | 59.98 | 16.17 | - |
| YUV | 193.75 | 62.68 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 78 | 0.03 | 0 | 0.63 | 0.17 | 63.16 | 0.6 | 0.57 |
| Hex | CC | D3 | 4E | 3 | 0 | 3F | 11 | 3F | 3C | 39 |
| Octal | 314 | 323 | 116 | 3 | 0 | 77 | 21 | 77 | 74 | 71 |
| Binary | 11001100 | 11010011 | 1001110 | 11 | 0 | 111111 | 10001 | 111111 | 111100 | 111001 |
Color Harmonies of #CCD34E
Complementary color
Monochromatic Colors of #CCD34E
Black with #CCD34E
Text Example
Text Example
White with #CCD34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD34E; }
p { color: rgb(204,211,78); }
H1.HeaderClassName
{
color: #CCD34E;
}
.AnyTagClassName
{
color: #CCD34E;
}
</style>
background-color css
<style>
a { background-color: #CCD34E; }
a { background-color: rgb(204,211,78); }
div.DivClassName
{
background-color: #CCD34E;
}
.BgClassName
{
background-color: #CCD34E;
}
</style>
border-color css
<style>
span { border-color: #CCD34E; }
span { border-color: rgb(204,211,78); }
td.TdClassName
{
border-color: #CCD34E;
}
.TagClassName
{
border-color: #CCD34E;
}
</style>