Shades of Wattle #CCD044
Tints of Wattle #CCD044
RGB
CMYK
RGB Variations
Color information
#CCD044 (or 0xCCD044) is known color: Wattle. HEX triplet: CC, D0 and 44. RGB value is (204,208,68). Sum of RGB (Red+Green+Blue) = 204+208+68=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 68 (26.95% from 255 or 14.17% from 480); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD044 is #332FBB. Grayscale: #BFBFBF. Windows color (decimal): -3354556 or 4509900. OLE color: 4509900.
HSL color Cylindrical-coordinate representation of color #CCD044: hue angle of 61.71º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCD044 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 68 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.18 |
| HSL | 61.71º | 0.6% | 0.54% | - |
| HSV(B) | 61.71º | 0.67% | 0.82% | - |
| XYZ | 48.5 | 58.37 | 14.18 | - |
| YUV | 190.84 | 58.67 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 68 | 0.02 | 0 | 0.67 | 0.18 | 61.71 | 0.6 | 0.54 |
| Hex | CC | D0 | 44 | 2 | 0 | 43 | 12 | 3E | 3C | 36 |
| Octal | 314 | 320 | 104 | 2 | 0 | 103 | 22 | 76 | 74 | 66 |
| Binary | 11001100 | 11010000 | 1000100 | 10 | 0 | 1000011 | 10010 | 111110 | 111100 | 110110 |
Color Harmonies of #CCD044
Complementary color
Monochromatic Colors of #CCD044
Black with #CCD044
Text Example
Text Example
White with #CCD044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD044; }
p { color: rgb(204,208,68); }
H1.HeaderClassName
{
color: #CCD044;
}
.AnyTagClassName
{
color: #CCD044;
}
</style>
background-color css
<style>
a { background-color: #CCD044; }
a { background-color: rgb(204,208,68); }
div.DivClassName
{
background-color: #CCD044;
}
.BgClassName
{
background-color: #CCD044;
}
</style>
border-color css
<style>
span { border-color: #CCD044; }
span { border-color: rgb(204,208,68); }
td.TdClassName
{
border-color: #CCD044;
}
.TagClassName
{
border-color: #CCD044;
}
</style>