Shades of Wattle #CCCF47
Tints of Wattle #CCCF47
RGB
CMYK
RGB Variations
Color information
#CCCF47 (or 0xCCCF47) is known color: Wattle. HEX triplet: CC, CF and 47. RGB value is (204,207,71). Sum of RGB (Red+Green+Blue) = 204+207+71=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 71 (28.12% from 255 or 14.73% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCF47 is #3330B8. Grayscale: #BFBFBF. Windows color (decimal): -3354809 or 4706252. OLE color: 4706252.
HSL color Cylindrical-coordinate representation of color #CCCF47: hue angle of 61.32º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCCF47 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 71 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.19 |
| HSL | 61.32º | 0.59% | 0.55% | - |
| HSV(B) | 61.32º | 0.66% | 0.81% | - |
| XYZ | 48.35 | 57.92 | 14.59 | - |
| YUV | 190.6 | 60.51 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 71 | 0.01 | 0 | 0.66 | 0.19 | 61.32 | 0.59 | 0.55 |
| Hex | CC | CF | 47 | 1 | 0 | 42 | 13 | 3D | 3B | 37 |
| Octal | 314 | 317 | 107 | 1 | 0 | 102 | 23 | 75 | 73 | 67 |
| Binary | 11001100 | 11001111 | 1000111 | 1 | 0 | 1000010 | 10011 | 111101 | 111011 | 110111 |
Color Harmonies of #CCCF47
Complementary color
Monochromatic Colors of #CCCF47
Black with #CCCF47
Text Example
Text Example
White with #CCCF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF47; }
p { color: rgb(204,207,71); }
H1.HeaderClassName
{
color: #CCCF47;
}
.AnyTagClassName
{
color: #CCCF47;
}
</style>
background-color css
<style>
a { background-color: #CCCF47; }
a { background-color: rgb(204,207,71); }
div.DivClassName
{
background-color: #CCCF47;
}
.BgClassName
{
background-color: #CCCF47;
}
</style>
border-color css
<style>
span { border-color: #CCCF47; }
span { border-color: rgb(204,207,71); }
td.TdClassName
{
border-color: #CCCF47;
}
.TagClassName
{
border-color: #CCCF47;
}
</style>