Shades of Wattle #CCCD44
Tints of Wattle #CCCD44
RGB
CMYK
RGB Variations
Color information
#CCCD44 (or 0xCCCD44) is known color: Wattle. HEX triplet: CC, CD and 44. RGB value is (204,205,68). Sum of RGB (Red+Green+Blue) = 204+205+68=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 68 (26.95% from 255 or 14.26% from 477); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCD44 is #3332BB. Grayscale: #BDBDBD. Windows color (decimal): -3355324 or 4509132. OLE color: 4509132.
HSL color Cylindrical-coordinate representation of color #CCCD44: hue angle of 60.44º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCCD44 is Cyan = 0.00, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 205 | 68 | - |
| CMYK | 0.00 | 0 | 0.67 | 0.20 |
| HSL | 60.44º | 0.58% | 0.54% | - |
| HSV(B) | 60.44º | 0.67% | 0.8% | - |
| XYZ | 47.78 | 56.92 | 13.94 | - |
| YUV | 189.08 | 59.67 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 68 | 0.00 | 0 | 0.67 | 0.20 | 60.44 | 0.58 | 0.54 |
| Hex | CC | CD | 44 | 0 | 0 | 43 | 14 | 3C | 3A | 36 |
| Octal | 314 | 315 | 104 | 0 | 0 | 103 | 24 | 74 | 72 | 66 |
| Binary | 11001100 | 11001101 | 1000100 | 0 | 0 | 1000011 | 10100 | 111100 | 111010 | 110110 |
Color Harmonies of #CCCD44
Complementary color
Monochromatic Colors of #CCCD44
Black with #CCCD44
Text Example
Text Example
White with #CCCD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCD44; }
p { color: rgb(204,205,68); }
H1.HeaderClassName
{
color: #CCCD44;
}
.AnyTagClassName
{
color: #CCCD44;
}
</style>
background-color css
<style>
a { background-color: #CCCD44; }
a { background-color: rgb(204,205,68); }
div.DivClassName
{
background-color: #CCCD44;
}
.BgClassName
{
background-color: #CCCD44;
}
</style>
border-color css
<style>
span { border-color: #CCCD44; }
span { border-color: rgb(204,205,68); }
td.TdClassName
{
border-color: #CCCD44;
}
.TagClassName
{
border-color: #CCCD44;
}
</style>