Shades of Wattle #CCD246
Tints of Wattle #CCD246
RGB
CMYK
RGB Variations
Color information
#CCD246 (or 0xCCD246) is known color: Wattle. HEX triplet: CC, D2 and 46. RGB value is (204,210,70). Sum of RGB (Red+Green+Blue) = 204+210+70=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 210 (82.42% from 255 or 43.39% from 484); Blue value is 70 (27.73% from 255 or 14.46% from 484); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD246 is #332DB9. Grayscale: #C0C0C0. Windows color (decimal): -3354042 or 4641484. OLE color: 4641484.
HSL color Cylindrical-coordinate representation of color #CCD246: hue angle of 62.57º 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 #CCD246 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 70 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.18 |
| HSL | 62.57º | 0.61% | 0.55% | - |
| HSV(B) | 62.57º | 0.67% | 0.82% | - |
| XYZ | 49.05 | 59.37 | 14.67 | - |
| YUV | 192.25 | 59.01 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 70 | 0.03 | 0 | 0.67 | 0.18 | 62.57 | 0.61 | 0.55 |
| Hex | CC | D2 | 46 | 3 | 0 | 43 | 12 | 3F | 3D | 37 |
| Octal | 314 | 322 | 106 | 3 | 0 | 103 | 22 | 77 | 75 | 67 |
| Binary | 11001100 | 11010010 | 1000110 | 11 | 0 | 1000011 | 10010 | 111111 | 111101 | 110111 |
Color Harmonies of #CCD246
Complementary color
Monochromatic Colors of #CCD246
Black with #CCD246
Text Example
Text Example
White with #CCD246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD246; }
p { color: rgb(204,210,70); }
H1.HeaderClassName
{
color: #CCD246;
}
.AnyTagClassName
{
color: #CCD246;
}
</style>
background-color css
<style>
a { background-color: #CCD246; }
a { background-color: rgb(204,210,70); }
div.DivClassName
{
background-color: #CCD246;
}
.BgClassName
{
background-color: #CCD246;
}
</style>
border-color css
<style>
span { border-color: #CCD246; }
span { border-color: rgb(204,210,70); }
td.TdClassName
{
border-color: #CCD246;
}
.TagClassName
{
border-color: #CCD246;
}
</style>