Shades of Wattle #CCD243
Tints of Wattle #CCD243
RGB
CMYK
RGB Variations
Color information
#CCD243 (or 0xCCD243) is known color: Wattle. HEX triplet: CC, D2 and 43. RGB value is (204,210,67). Sum of RGB (Red+Green+Blue) = 204+210+67=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 67 (26.56% from 255 or 13.93% from 481); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD243 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD243 is #332DBC. Grayscale: #C0C0C0. Windows color (decimal): -3354045 or 4444876. OLE color: 4444876.
HSL color Cylindrical-coordinate representation of color #CCD243: hue angle of 62.52º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCD243 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 67 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.18 |
| HSL | 62.52º | 0.61% | 0.54% | - |
| HSV(B) | 62.52º | 0.68% | 0.82% | - |
| XYZ | 48.96 | 59.34 | 14.18 | - |
| YUV | 191.9 | 57.51 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 67 | 0.03 | 0 | 0.68 | 0.18 | 62.52 | 0.61 | 0.54 |
| Hex | CC | D2 | 43 | 3 | 0 | 44 | 12 | 3F | 3D | 36 |
| Octal | 314 | 322 | 103 | 3 | 0 | 104 | 22 | 77 | 75 | 66 |
| Binary | 11001100 | 11010010 | 1000011 | 11 | 0 | 1000100 | 10010 | 111111 | 111101 | 110110 |
Color Harmonies of #CCD243
Complementary color
Monochromatic Colors of #CCD243
Black with #CCD243
Text Example
Text Example
White with #CCD243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD243; }
p { color: rgb(204,210,67); }
H1.HeaderClassName
{
color: #CCD243;
}
.AnyTagClassName
{
color: #CCD243;
}
</style>
background-color css
<style>
a { background-color: #CCD243; }
a { background-color: rgb(204,210,67); }
div.DivClassName
{
background-color: #CCD243;
}
.BgClassName
{
background-color: #CCD243;
}
</style>
border-color css
<style>
span { border-color: #CCD243; }
span { border-color: rgb(204,210,67); }
td.TdClassName
{
border-color: #CCD243;
}
.TagClassName
{
border-color: #CCD243;
}
</style>