Shades of Wattle #CCD043
Tints of Wattle #CCD043
RGB
CMYK
RGB Variations
Color information
#CCD043 (or 0xCCD043) is known color: Wattle. HEX triplet: CC, D0 and 43. RGB value is (204,208,67). Sum of RGB (Red+Green+Blue) = 204+208+67=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 67 (26.56% from 255 or 13.99% from 479); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD043 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD043 is #332FBC. Grayscale: #BFBFBF. Windows color (decimal): -3354557 or 4444364. OLE color: 4444364.
HSL color Cylindrical-coordinate representation of color #CCD043: hue angle of 61.7º degrees, saturation: 0.6, 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 #CCD043 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 67 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.18 |
| HSL | 61.7º | 0.6% | 0.54% | - |
| HSV(B) | 61.7º | 0.68% | 0.82% | - |
| XYZ | 48.47 | 58.35 | 14.02 | - |
| YUV | 190.73 | 58.17 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 67 | 0.02 | 0 | 0.68 | 0.18 | 61.7 | 0.6 | 0.54 |
| Hex | CC | D0 | 43 | 2 | 0 | 44 | 12 | 3E | 3C | 36 |
| Octal | 314 | 320 | 103 | 2 | 0 | 104 | 22 | 76 | 74 | 66 |
| Binary | 11001100 | 11010000 | 1000011 | 10 | 0 | 1000100 | 10010 | 111110 | 111100 | 110110 |
Color Harmonies of #CCD043
Complementary color
Monochromatic Colors of #CCD043
Black with #CCD043
Text Example
Text Example
White with #CCD043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD043; }
p { color: rgb(204,208,67); }
H1.HeaderClassName
{
color: #CCD043;
}
.AnyTagClassName
{
color: #CCD043;
}
</style>
background-color css
<style>
a { background-color: #CCD043; }
a { background-color: rgb(204,208,67); }
div.DivClassName
{
background-color: #CCD043;
}
.BgClassName
{
background-color: #CCD043;
}
</style>
border-color css
<style>
span { border-color: #CCD043; }
span { border-color: rgb(204,208,67); }
td.TdClassName
{
border-color: #CCD043;
}
.TagClassName
{
border-color: #CCD043;
}
</style>