Shades of Wattle #CCD349
Tints of Wattle #CCD349
RGB
CMYK
RGB Variations
Color information
#CCD349 (or 0xCCD349) is known color: Wattle. HEX triplet: CC, D3 and 49. RGB value is (204,211,73). Sum of RGB (Red+Green+Blue) = 204+211+73=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 211 (82.81% from 255 or 43.24% from 488); Blue value is 73 (28.91% from 255 or 14.96% from 488); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD349 is #332CB6. Grayscale: #C1C1C1. Windows color (decimal): -3353783 or 4838348. OLE color: 4838348.
HSL color Cylindrical-coordinate representation of color #CCD349: hue angle of 63.04º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCD349 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 73 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.17 |
| HSL | 63.04º | 0.61% | 0.56% | - |
| HSV(B) | 63.04º | 0.65% | 0.83% | - |
| XYZ | 49.4 | 59.91 | 15.26 | - |
| YUV | 193.18 | 60.18 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 73 | 0.03 | 0 | 0.65 | 0.17 | 63.04 | 0.61 | 0.56 |
| Hex | CC | D3 | 49 | 3 | 0 | 41 | 11 | 3F | 3D | 38 |
| Octal | 314 | 323 | 111 | 3 | 0 | 101 | 21 | 77 | 75 | 70 |
| Binary | 11001100 | 11010011 | 1001001 | 11 | 0 | 1000001 | 10001 | 111111 | 111101 | 111000 |
Color Harmonies of #CCD349
Complementary color
Monochromatic Colors of #CCD349
Black with #CCD349
Text Example
Text Example
White with #CCD349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD349; }
p { color: rgb(204,211,73); }
H1.HeaderClassName
{
color: #CCD349;
}
.AnyTagClassName
{
color: #CCD349;
}
</style>
background-color css
<style>
a { background-color: #CCD349; }
a { background-color: rgb(204,211,73); }
div.DivClassName
{
background-color: #CCD349;
}
.BgClassName
{
background-color: #CCD349;
}
</style>
border-color css
<style>
span { border-color: #CCD349; }
span { border-color: rgb(204,211,73); }
td.TdClassName
{
border-color: #CCD349;
}
.TagClassName
{
border-color: #CCD349;
}
</style>