Shades of Wattle #CCD347
Tints of Wattle #CCD347
RGB
CMYK
RGB Variations
Color information
#CCD347 (or 0xCCD347) is known color: Wattle. HEX triplet: CC, D3 and 47. RGB value is (204,211,71). Sum of RGB (Red+Green+Blue) = 204+211+71=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 211 (82.81% from 255 or 43.42% from 486); Blue value is 71 (28.12% from 255 or 14.61% from 486); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD347 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD347 is #332CB8. Grayscale: #C1C1C1. Windows color (decimal): -3353785 or 4707276. OLE color: 4707276.
HSL color Cylindrical-coordinate representation of color #CCD347: hue angle of 63º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCD347 is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 71 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.17 |
| HSL | 63º | 0.61% | 0.55% | - |
| HSV(B) | 63º | 0.66% | 0.83% | - |
| XYZ | 49.33 | 59.88 | 14.92 | - |
| YUV | 192.95 | 59.18 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 71 | 0.03 | 0 | 0.66 | 0.17 | 63 | 0.61 | 0.55 |
| Hex | CC | D3 | 47 | 3 | 0 | 42 | 11 | 3F | 3D | 37 |
| Octal | 314 | 323 | 107 | 3 | 0 | 102 | 21 | 77 | 75 | 67 |
| Binary | 11001100 | 11010011 | 1000111 | 11 | 0 | 1000010 | 10001 | 111111 | 111101 | 110111 |
Color Harmonies of #CCD347
Complementary color
Monochromatic Colors of #CCD347
Black with #CCD347
Text Example
Text Example
White with #CCD347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD347; }
p { color: rgb(204,211,71); }
H1.HeaderClassName
{
color: #CCD347;
}
.AnyTagClassName
{
color: #CCD347;
}
</style>
background-color css
<style>
a { background-color: #CCD347; }
a { background-color: rgb(204,211,71); }
div.DivClassName
{
background-color: #CCD347;
}
.BgClassName
{
background-color: #CCD347;
}
</style>
border-color css
<style>
span { border-color: #CCD347; }
span { border-color: rgb(204,211,71); }
td.TdClassName
{
border-color: #CCD347;
}
.TagClassName
{
border-color: #CCD347;
}
</style>