Shades of Wattle #CCD048
Tints of Wattle #CCD048
RGB
CMYK
RGB Variations
Color information
#CCD048 (or 0xCCD048) is known color: Wattle. HEX triplet: CC, D0 and 48. RGB value is (204,208,72). Sum of RGB (Red+Green+Blue) = 204+208+72=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 72 (28.52% from 255 or 14.88% from 484); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD048 is #332FB7. Grayscale: #BFBFBF. Windows color (decimal): -3354552 or 4772044. OLE color: 4772044.
HSL color Cylindrical-coordinate representation of color #CCD048: hue angle of 61.76º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCD048 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 72 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.18 |
| HSL | 61.76º | 0.59% | 0.55% | - |
| HSV(B) | 61.76º | 0.65% | 0.82% | - |
| XYZ | 48.63 | 58.42 | 14.84 | - |
| YUV | 191.3 | 60.67 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 72 | 0.02 | 0 | 0.65 | 0.18 | 61.76 | 0.59 | 0.55 |
| Hex | CC | D0 | 48 | 2 | 0 | 41 | 12 | 3E | 3B | 37 |
| Octal | 314 | 320 | 110 | 2 | 0 | 101 | 22 | 76 | 73 | 67 |
| Binary | 11001100 | 11010000 | 1001000 | 10 | 0 | 1000001 | 10010 | 111110 | 111011 | 110111 |
Color Harmonies of #CCD048
Complementary color
Monochromatic Colors of #CCD048
Black with #CCD048
Text Example
Text Example
White with #CCD048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD048; }
p { color: rgb(204,208,72); }
H1.HeaderClassName
{
color: #CCD048;
}
.AnyTagClassName
{
color: #CCD048;
}
</style>
background-color css
<style>
a { background-color: #CCD048; }
a { background-color: rgb(204,208,72); }
div.DivClassName
{
background-color: #CCD048;
}
.BgClassName
{
background-color: #CCD048;
}
</style>
border-color css
<style>
span { border-color: #CCD048; }
span { border-color: rgb(204,208,72); }
td.TdClassName
{
border-color: #CCD048;
}
.TagClassName
{
border-color: #CCD048;
}
</style>