Shades of Wattle #CCCD45
Tints of Wattle #CCCD45
RGB
CMYK
RGB Variations
Color information
#CCCD45 (or 0xCCCD45) is known color: Wattle. HEX triplet: CC, CD and 45. RGB value is (204,205,69). Sum of RGB (Red+Green+Blue) = 204+205+69=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 69 (27.34% from 255 or 14.44% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCD45 is #3332BA. Grayscale: #BDBDBD. Windows color (decimal): -3355323 or 4574668. OLE color: 4574668.
HSL color Cylindrical-coordinate representation of color #CCCD45: 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.66%. Process color model (Four color, CMYK) of #CCCD45 is Cyan = 0.00, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 205 | 69 | - |
| CMYK | 0.00 | 0 | 0.66 | 0.20 |
| HSL | 60.44º | 0.58% | 0.54% | - |
| HSV(B) | 60.44º | 0.66% | 0.8% | - |
| XYZ | 47.81 | 56.93 | 14.1 | - |
| YUV | 189.2 | 60.17 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 69 | 0.00 | 0 | 0.66 | 0.20 | 60.44 | 0.58 | 0.54 |
| Hex | CC | CD | 45 | 0 | 0 | 42 | 14 | 3C | 3A | 36 |
| Octal | 314 | 315 | 105 | 0 | 0 | 102 | 24 | 74 | 72 | 66 |
| Binary | 11001100 | 11001101 | 1000101 | 0 | 0 | 1000010 | 10100 | 111100 | 111010 | 110110 |
Color Harmonies of #CCCD45
Complementary color
Monochromatic Colors of #CCCD45
Black with #CCCD45
Text Example
Text Example
White with #CCCD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCD45; }
p { color: rgb(204,205,69); }
H1.HeaderClassName
{
color: #CCCD45;
}
.AnyTagClassName
{
color: #CCCD45;
}
</style>
background-color css
<style>
a { background-color: #CCCD45; }
a { background-color: rgb(204,205,69); }
div.DivClassName
{
background-color: #CCCD45;
}
.BgClassName
{
background-color: #CCCD45;
}
</style>
border-color css
<style>
span { border-color: #CCCD45; }
span { border-color: rgb(204,205,69); }
td.TdClassName
{
border-color: #CCCD45;
}
.TagClassName
{
border-color: #CCCD45;
}
</style>