Shades of Wattle #CCD245
Tints of Wattle #CCD245
RGB
CMYK
RGB Variations
Color information
#CCD245 (or 0xCCD245) is known color: Wattle. HEX triplet: CC, D2 and 45. RGB value is (204,210,69). Sum of RGB (Red+Green+Blue) = 204+210+69=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 210 (82.42% from 255 or 43.48% from 483); Blue value is 69 (27.34% from 255 or 14.29% from 483); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD245 is #332DBA. Grayscale: #C0C0C0. Windows color (decimal): -3354043 or 4575948. OLE color: 4575948.
HSL color Cylindrical-coordinate representation of color #CCD245: hue angle of 62.55º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCD245 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 69 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.18 |
| HSL | 62.55º | 0.61% | 0.55% | - |
| HSV(B) | 62.55º | 0.67% | 0.82% | - |
| XYZ | 49.02 | 59.36 | 14.5 | - |
| YUV | 192.13 | 58.51 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 69 | 0.03 | 0 | 0.67 | 0.18 | 62.55 | 0.61 | 0.55 |
| Hex | CC | D2 | 45 | 3 | 0 | 43 | 12 | 3F | 3D | 37 |
| Octal | 314 | 322 | 105 | 3 | 0 | 103 | 22 | 77 | 75 | 67 |
| Binary | 11001100 | 11010010 | 1000101 | 11 | 0 | 1000011 | 10010 | 111111 | 111101 | 110111 |
Color Harmonies of #CCD245
Complementary color
Monochromatic Colors of #CCD245
Black with #CCD245
Text Example
Text Example
White with #CCD245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD245; }
p { color: rgb(204,210,69); }
H1.HeaderClassName
{
color: #CCD245;
}
.AnyTagClassName
{
color: #CCD245;
}
</style>
background-color css
<style>
a { background-color: #CCD245; }
a { background-color: rgb(204,210,69); }
div.DivClassName
{
background-color: #CCD245;
}
.BgClassName
{
background-color: #CCD245;
}
</style>
border-color css
<style>
span { border-color: #CCD245; }
span { border-color: rgb(204,210,69); }
td.TdClassName
{
border-color: #CCD245;
}
.TagClassName
{
border-color: #CCD245;
}
</style>