Shades of Wattle #CCD04F
Tints of Wattle #CCD04F
RGB
CMYK
RGB Variations
Color information
#CCD04F (or 0xCCD04F) is known color: Wattle. HEX triplet: CC, D0 and 4F. RGB value is (204,208,79). Sum of RGB (Red+Green+Blue) = 204+208+79=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 79 (31.25% from 255 or 16.09% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD04F is #332FB0. Grayscale: #C0C0C0. Windows color (decimal): -3354545 or 5230796. OLE color: 5230796.
HSL color Cylindrical-coordinate representation of color #CCD04F: hue angle of 61.86º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCD04F is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 79 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.18 |
| HSL | 61.86º | 0.58% | 0.56% | - |
| HSV(B) | 61.86º | 0.62% | 0.82% | - |
| XYZ | 48.87 | 58.51 | 16.12 | - |
| YUV | 192.1 | 64.17 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 79 | 0.02 | 0 | 0.62 | 0.18 | 61.86 | 0.58 | 0.56 |
| Hex | CC | D0 | 4F | 2 | 0 | 3E | 12 | 3E | 3A | 38 |
| Octal | 314 | 320 | 117 | 2 | 0 | 76 | 22 | 76 | 72 | 70 |
| Binary | 11001100 | 11010000 | 1001111 | 10 | 0 | 111110 | 10010 | 111110 | 111010 | 111000 |
Color Harmonies of #CCD04F
Complementary color
Monochromatic Colors of #CCD04F
Black with #CCD04F
Text Example
Text Example
White with #CCD04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD04F; }
p { color: rgb(204,208,79); }
H1.HeaderClassName
{
color: #CCD04F;
}
.AnyTagClassName
{
color: #CCD04F;
}
</style>
background-color css
<style>
a { background-color: #CCD04F; }
a { background-color: rgb(204,208,79); }
div.DivClassName
{
background-color: #CCD04F;
}
.BgClassName
{
background-color: #CCD04F;
}
</style>
border-color css
<style>
span { border-color: #CCD04F; }
span { border-color: rgb(204,208,79); }
td.TdClassName
{
border-color: #CCD04F;
}
.TagClassName
{
border-color: #CCD04F;
}
</style>