Shades of Wattle #CCD14C
Tints of Wattle #CCD14C
RGB
CMYK
RGB Variations
Color information
#CCD14C (or 0xCCD14C) is known color: Wattle. HEX triplet: CC, D1 and 4C. RGB value is (204,209,76). Sum of RGB (Red+Green+Blue) = 204+209+76=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 209 (82.03% from 255 or 42.74% from 489); Blue value is 76 (30.08% from 255 or 15.54% from 489); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD14C is #332EB3. Grayscale: #C0C0C0. Windows color (decimal): -3354292 or 5034444. OLE color: 5034444.
HSL color Cylindrical-coordinate representation of color #CCD14C: hue angle of 62.26º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCD14C is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 76 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.18 |
| HSL | 62.26º | 0.59% | 0.56% | - |
| HSV(B) | 62.26º | 0.64% | 0.82% | - |
| XYZ | 49.01 | 58.96 | 15.63 | - |
| YUV | 192.34 | 62.34 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 76 | 0.02 | 0 | 0.64 | 0.18 | 62.26 | 0.59 | 0.56 |
| Hex | CC | D1 | 4C | 2 | 0 | 40 | 12 | 3E | 3B | 38 |
| Octal | 314 | 321 | 114 | 2 | 0 | 100 | 22 | 76 | 73 | 70 |
| Binary | 11001100 | 11010001 | 1001100 | 10 | 0 | 1000000 | 10010 | 111110 | 111011 | 111000 |
Color Harmonies of #CCD14C
Complementary color
Monochromatic Colors of #CCD14C
Black with #CCD14C
Text Example
Text Example
White with #CCD14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD14C; }
p { color: rgb(204,209,76); }
H1.HeaderClassName
{
color: #CCD14C;
}
.AnyTagClassName
{
color: #CCD14C;
}
</style>
background-color css
<style>
a { background-color: #CCD14C; }
a { background-color: rgb(204,209,76); }
div.DivClassName
{
background-color: #CCD14C;
}
.BgClassName
{
background-color: #CCD14C;
}
</style>
border-color css
<style>
span { border-color: #CCD14C; }
span { border-color: rgb(204,209,76); }
td.TdClassName
{
border-color: #CCD14C;
}
.TagClassName
{
border-color: #CCD14C;
}
</style>