Shades of Wattle #CCCC3F
Tints of Wattle #CCCC3F
RGB
CMYK
RGB Variations
Color information
#CCCC3F (or 0xCCCC3F) is known color: Wattle. HEX triplet: CC, CC and 3F. RGB value is (204,204,63). Sum of RGB (Red+Green+Blue) = 204+204+63=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 63 (25% from 255 or 13.38% from 471); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCC3F is #3333C0. Grayscale: #BCBCBC. Windows color (decimal): -3355585 or 4181196. OLE color: 4181196.
HSL color Cylindrical-coordinate representation of color #CCCC3F: hue angle of 60º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCCC3F is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 63 | - |
| CMYK | 0 | 0 | 0.69 | 0.2 |
| HSL | 60º | 0.58% | 0.52% | - |
| HSV(B) | 60º | 0.69% | 0.8% | - |
| XYZ | 47.39 | 56.38 | 13.09 | - |
| YUV | 187.93 | 57.5 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 63 | 0 | 0 | 0.69 | 0.2 | 60 | 0.58 | 0.52 |
| Hex | CC | CC | 3F | 0 | 0 | 45 | 14 | 3C | 3A | 34 |
| Octal | 314 | 314 | 77 | 0 | 0 | 105 | 24 | 74 | 72 | 64 |
| Binary | 11001100 | 11001100 | 111111 | 0 | 0 | 1000101 | 10100 | 111100 | 111010 | 110100 |
Color Harmonies of #CCCC3F
Complementary color
Monochromatic Colors of #CCCC3F
Black with #CCCC3F
Text Example
Text Example
White with #CCCC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC3F; }
p { color: rgb(204,204,63); }
H1.HeaderClassName
{
color: #CCCC3F;
}
.AnyTagClassName
{
color: #CCCC3F;
}
</style>
background-color css
<style>
a { background-color: #CCCC3F; }
a { background-color: rgb(204,204,63); }
div.DivClassName
{
background-color: #CCCC3F;
}
.BgClassName
{
background-color: #CCCC3F;
}
</style>
border-color css
<style>
span { border-color: #CCCC3F; }
span { border-color: rgb(204,204,63); }
td.TdClassName
{
border-color: #CCCC3F;
}
.TagClassName
{
border-color: #CCCC3F;
}
</style>