Shades of Wattle #CCCD3A
Tints of Wattle #CCCD3A
RGB
CMYK
RGB Variations
Color information
#CCCD3A (or 0xCCCD3A) is known color: Wattle. HEX triplet: CC, CD and 3A. RGB value is (204,205,58). Sum of RGB (Red+Green+Blue) = 204+205+58=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 58 (23.05% from 255 or 12.42% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCD3A is #3332C5. Grayscale: #BCBCBC. Windows color (decimal): -3355334 or 3853772. OLE color: 3853772.
HSL color Cylindrical-coordinate representation of color #CCCD3A: hue angle of 60.41º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCCD3A is Cyan = 0.00, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 205 | 58 | - |
| CMYK | 0.00 | 0 | 0.72 | 0.20 |
| HSL | 60.41º | 0.6% | 0.52% | - |
| HSV(B) | 60.41º | 0.72% | 0.8% | - |
| XYZ | 47.5 | 56.81 | 12.46 | - |
| YUV | 187.94 | 54.67 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 58 | 0.00 | 0 | 0.72 | 0.20 | 60.41 | 0.6 | 0.52 |
| Hex | CC | CD | 3A | 0 | 0 | 48 | 14 | 3C | 3C | 34 |
| Octal | 314 | 315 | 72 | 0 | 0 | 110 | 24 | 74 | 74 | 64 |
| Binary | 11001100 | 11001101 | 111010 | 0 | 0 | 1001000 | 10100 | 111100 | 111100 | 110100 |
Color Harmonies of #CCCD3A
Complementary color
Monochromatic Colors of #CCCD3A
Black with #CCCD3A
Text Example
Text Example
White with #CCCD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCD3A; }
p { color: rgb(204,205,58); }
H1.HeaderClassName
{
color: #CCCD3A;
}
.AnyTagClassName
{
color: #CCCD3A;
}
</style>
background-color css
<style>
a { background-color: #CCCD3A; }
a { background-color: rgb(204,205,58); }
div.DivClassName
{
background-color: #CCCD3A;
}
.BgClassName
{
background-color: #CCCD3A;
}
</style>
border-color css
<style>
span { border-color: #CCCD3A; }
span { border-color: rgb(204,205,58); }
td.TdClassName
{
border-color: #CCCD3A;
}
.TagClassName
{
border-color: #CCCD3A;
}
</style>