Shades of Wattle #CCCE3C
Tints of Wattle #CCCE3C
RGB
CMYK
RGB Variations
Color information
#CCCE3C (or 0xCCCE3C) is known color: Wattle. HEX triplet: CC, CE and 3C. RGB value is (204,206,60). Sum of RGB (Red+Green+Blue) = 204+206+60=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 60 (23.83% from 255 or 12.77% from 470); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCE3C is #3331C3. Grayscale: #BDBDBD. Windows color (decimal): -3355076 or 3985100. OLE color: 3985100.
HSL color Cylindrical-coordinate representation of color #CCCE3C: hue angle of 60.82º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CCCE3C is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 60 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.19 |
| HSL | 60.82º | 0.6% | 0.52% | - |
| HSV(B) | 60.82º | 0.71% | 0.81% | - |
| XYZ | 47.79 | 57.31 | 12.82 | - |
| YUV | 188.76 | 55.34 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 60 | 0.01 | 0 | 0.71 | 0.19 | 60.82 | 0.6 | 0.52 |
| Hex | CC | CE | 3C | 1 | 0 | 47 | 13 | 3D | 3C | 34 |
| Octal | 314 | 316 | 74 | 1 | 0 | 107 | 23 | 75 | 74 | 64 |
| Binary | 11001100 | 11001110 | 111100 | 1 | 0 | 1000111 | 10011 | 111101 | 111100 | 110100 |
Color Harmonies of #CCCE3C
Complementary color
Monochromatic Colors of #CCCE3C
Black with #CCCE3C
Text Example
Text Example
White with #CCCE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE3C; }
p { color: rgb(204,206,60); }
H1.HeaderClassName
{
color: #CCCE3C;
}
.AnyTagClassName
{
color: #CCCE3C;
}
</style>
background-color css
<style>
a { background-color: #CCCE3C; }
a { background-color: rgb(204,206,60); }
div.DivClassName
{
background-color: #CCCE3C;
}
.BgClassName
{
background-color: #CCCE3C;
}
</style>
border-color css
<style>
span { border-color: #CCCE3C; }
span { border-color: rgb(204,206,60); }
td.TdClassName
{
border-color: #CCCE3C;
}
.TagClassName
{
border-color: #CCCE3C;
}
</style>