Shades of Wattle #CCCE3E
Tints of Wattle #CCCE3E
RGB
CMYK
RGB Variations
Color information
#CCCE3E (or 0xCCCE3E) is known color: Wattle. HEX triplet: CC, CE and 3E. RGB value is (204,206,62). Sum of RGB (Red+Green+Blue) = 204+206+62=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 62 (24.61% from 255 or 13.14% from 472); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCE3E is #3331C1. Grayscale: #BDBDBD. Windows color (decimal): -3355074 or 4116172. OLE color: 4116172.
HSL color Cylindrical-coordinate representation of color #CCCE3E: hue angle of 60.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCCE3E is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 62 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.19 |
| HSL | 60.83º | 0.6% | 0.53% | - |
| HSV(B) | 60.83º | 0.7% | 0.81% | - |
| XYZ | 47.84 | 57.33 | 13.1 | - |
| YUV | 188.99 | 56.34 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 62 | 0.01 | 0 | 0.70 | 0.19 | 60.83 | 0.6 | 0.53 |
| Hex | CC | CE | 3E | 1 | 0 | 46 | 13 | 3D | 3C | 35 |
| Octal | 314 | 316 | 76 | 1 | 0 | 106 | 23 | 75 | 74 | 65 |
| Binary | 11001100 | 11001110 | 111110 | 1 | 0 | 1000110 | 10011 | 111101 | 111100 | 110101 |
Color Harmonies of #CCCE3E
Complementary color
Monochromatic Colors of #CCCE3E
Black with #CCCE3E
Text Example
Text Example
White with #CCCE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE3E; }
p { color: rgb(204,206,62); }
H1.HeaderClassName
{
color: #CCCE3E;
}
.AnyTagClassName
{
color: #CCCE3E;
}
</style>
background-color css
<style>
a { background-color: #CCCE3E; }
a { background-color: rgb(204,206,62); }
div.DivClassName
{
background-color: #CCCE3E;
}
.BgClassName
{
background-color: #CCCE3E;
}
</style>
border-color css
<style>
span { border-color: #CCCE3E; }
span { border-color: rgb(204,206,62); }
td.TdClassName
{
border-color: #CCCE3E;
}
.TagClassName
{
border-color: #CCCE3E;
}
</style>