Shades of Wattle #CCCE4C
Tints of Wattle #CCCE4C
RGB
CMYK
RGB Variations
Color information
#CCCE4C (or 0xCCCE4C) is known color: Wattle. HEX triplet: CC, CE and 4C. RGB value is (204,206,76). Sum of RGB (Red+Green+Blue) = 204+206+76=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 76 (30.08% from 255 or 15.64% from 486); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCE4C is #3331B3. Grayscale: #BFBFBF. Windows color (decimal): -3355060 or 5033676. OLE color: 5033676.
HSL color Cylindrical-coordinate representation of color #CCCE4C: hue angle of 60.92º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCCE4C is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 76 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.19 |
| HSL | 60.92º | 0.57% | 0.55% | - |
| HSV(B) | 60.92º | 0.63% | 0.81% | - |
| XYZ | 48.28 | 57.5 | 15.39 | - |
| YUV | 190.58 | 63.34 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 76 | 0.01 | 0 | 0.63 | 0.19 | 60.92 | 0.57 | 0.55 |
| Hex | CC | CE | 4C | 1 | 0 | 3F | 13 | 3D | 39 | 37 |
| Octal | 314 | 316 | 114 | 1 | 0 | 77 | 23 | 75 | 71 | 67 |
| Binary | 11001100 | 11001110 | 1001100 | 1 | 0 | 111111 | 10011 | 111101 | 111001 | 110111 |
Color Harmonies of #CCCE4C
Complementary color
Monochromatic Colors of #CCCE4C
Black with #CCCE4C
Text Example
Text Example
White with #CCCE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE4C; }
p { color: rgb(204,206,76); }
H1.HeaderClassName
{
color: #CCCE4C;
}
.AnyTagClassName
{
color: #CCCE4C;
}
</style>
background-color css
<style>
a { background-color: #CCCE4C; }
a { background-color: rgb(204,206,76); }
div.DivClassName
{
background-color: #CCCE4C;
}
.BgClassName
{
background-color: #CCCE4C;
}
</style>
border-color css
<style>
span { border-color: #CCCE4C; }
span { border-color: rgb(204,206,76); }
td.TdClassName
{
border-color: #CCCE4C;
}
.TagClassName
{
border-color: #CCCE4C;
}
</style>