Shades of Wattle #CCCF4C
Tints of Wattle #CCCF4C
RGB
CMYK
RGB Variations
Color information
#CCCF4C (or 0xCCCF4C) is known color: Wattle. HEX triplet: CC, CF and 4C. RGB value is (204,207,76). Sum of RGB (Red+Green+Blue) = 204+207+76=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 76 (30.08% from 255 or 15.61% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCF4C is #3330B3. Grayscale: #BFBFBF. Windows color (decimal): -3354804 or 5033932. OLE color: 5033932.
HSL color Cylindrical-coordinate representation of color #CCCF4C: hue angle of 61.37º degrees, saturation: 0.58, 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 #CCCF4C is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 76 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.19 |
| HSL | 61.37º | 0.58% | 0.55% | - |
| HSV(B) | 61.37º | 0.63% | 0.81% | - |
| XYZ | 48.52 | 57.98 | 15.47 | - |
| YUV | 191.17 | 63.01 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 76 | 0.01 | 0 | 0.63 | 0.19 | 61.37 | 0.58 | 0.55 |
| Hex | CC | CF | 4C | 1 | 0 | 3F | 13 | 3D | 3A | 37 |
| Octal | 314 | 317 | 114 | 1 | 0 | 77 | 23 | 75 | 72 | 67 |
| Binary | 11001100 | 11001111 | 1001100 | 1 | 0 | 111111 | 10011 | 111101 | 111010 | 110111 |
Color Harmonies of #CCCF4C
Complementary color
Monochromatic Colors of #CCCF4C
Black with #CCCF4C
Text Example
Text Example
White with #CCCF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF4C; }
p { color: rgb(204,207,76); }
H1.HeaderClassName
{
color: #CCCF4C;
}
.AnyTagClassName
{
color: #CCCF4C;
}
</style>
background-color css
<style>
a { background-color: #CCCF4C; }
a { background-color: rgb(204,207,76); }
div.DivClassName
{
background-color: #CCCF4C;
}
.BgClassName
{
background-color: #CCCF4C;
}
</style>
border-color css
<style>
span { border-color: #CCCF4C; }
span { border-color: rgb(204,207,76); }
td.TdClassName
{
border-color: #CCCF4C;
}
.TagClassName
{
border-color: #CCCF4C;
}
</style>