Shades of Wattle #CCCE3F
Tints of Wattle #CCCE3F
RGB
CMYK
RGB Variations
Color information
#CCCE3F (or 0xCCCE3F) is known color: Wattle. HEX triplet: CC, CE and 3F. RGB value is (204,206,63). Sum of RGB (Red+Green+Blue) = 204+206+63=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 63 (25% from 255 or 13.32% from 473); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCE3F is #3331C0. Grayscale: #BDBDBD. Windows color (decimal): -3355073 or 4181708. OLE color: 4181708.
HSL color Cylindrical-coordinate representation of color #CCCE3F: hue angle of 60.84º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCCE3F is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 63 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.19 |
| HSL | 60.84º | 0.59% | 0.53% | - |
| HSV(B) | 60.84º | 0.69% | 0.81% | - |
| XYZ | 47.87 | 57.34 | 13.25 | - |
| YUV | 189.1 | 56.84 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 63 | 0.01 | 0 | 0.69 | 0.19 | 60.84 | 0.59 | 0.53 |
| Hex | CC | CE | 3F | 1 | 0 | 45 | 13 | 3D | 3B | 35 |
| Octal | 314 | 316 | 77 | 1 | 0 | 105 | 23 | 75 | 73 | 65 |
| Binary | 11001100 | 11001110 | 111111 | 1 | 0 | 1000101 | 10011 | 111101 | 111011 | 110101 |
Color Harmonies of #CCCE3F
Complementary color
Monochromatic Colors of #CCCE3F
Black with #CCCE3F
Text Example
Text Example
White with #CCCE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE3F; }
p { color: rgb(204,206,63); }
H1.HeaderClassName
{
color: #CCCE3F;
}
.AnyTagClassName
{
color: #CCCE3F;
}
</style>
background-color css
<style>
a { background-color: #CCCE3F; }
a { background-color: rgb(204,206,63); }
div.DivClassName
{
background-color: #CCCE3F;
}
.BgClassName
{
background-color: #CCCE3F;
}
</style>
border-color css
<style>
span { border-color: #CCCE3F; }
span { border-color: rgb(204,206,63); }
td.TdClassName
{
border-color: #CCCE3F;
}
.TagClassName
{
border-color: #CCCE3F;
}
</style>