Shades of Wattle #CCD14E
Tints of Wattle #CCD14E
RGB
CMYK
RGB Variations
Color information
#CCD14E (or 0xCCD14E) is known color: Wattle. HEX triplet: CC, D1 and 4E. RGB value is (204,209,78). Sum of RGB (Red+Green+Blue) = 204+209+78=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 78 (30.86% from 255 or 15.89% from 491); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD14E is #332EB1. Grayscale: #C1C1C1. Windows color (decimal): -3354290 or 5165516. OLE color: 5165516.
HSL color Cylindrical-coordinate representation of color #CCD14E: hue angle of 62.29º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCD14E is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 78 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.18 |
| HSL | 62.29º | 0.59% | 0.56% | - |
| HSV(B) | 62.29º | 0.63% | 0.82% | - |
| XYZ | 49.08 | 58.99 | 16.01 | - |
| YUV | 192.57 | 63.34 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 78 | 0.02 | 0 | 0.63 | 0.18 | 62.29 | 0.59 | 0.56 |
| Hex | CC | D1 | 4E | 2 | 0 | 3F | 12 | 3E | 3B | 38 |
| Octal | 314 | 321 | 116 | 2 | 0 | 77 | 22 | 76 | 73 | 70 |
| Binary | 11001100 | 11010001 | 1001110 | 10 | 0 | 111111 | 10010 | 111110 | 111011 | 111000 |
Color Harmonies of #CCD14E
Complementary color
Monochromatic Colors of #CCD14E
Black with #CCD14E
Text Example
Text Example
White with #CCD14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD14E; }
p { color: rgb(204,209,78); }
H1.HeaderClassName
{
color: #CCD14E;
}
.AnyTagClassName
{
color: #CCD14E;
}
</style>
background-color css
<style>
a { background-color: #CCD14E; }
a { background-color: rgb(204,209,78); }
div.DivClassName
{
background-color: #CCD14E;
}
.BgClassName
{
background-color: #CCD14E;
}
</style>
border-color css
<style>
span { border-color: #CCD14E; }
span { border-color: rgb(204,209,78); }
td.TdClassName
{
border-color: #CCD14E;
}
.TagClassName
{
border-color: #CCD14E;
}
</style>