Shades of Wattle #CCCF49
Tints of Wattle #CCCF49
RGB
CMYK
RGB Variations
Color information
#CCCF49 (or 0xCCCF49) is known color: Wattle. HEX triplet: CC, CF and 49. RGB value is (204,207,73). Sum of RGB (Red+Green+Blue) = 204+207+73=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 73 (28.91% from 255 or 15.08% from 484); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCF49 is #3330B6. Grayscale: #BFBFBF. Windows color (decimal): -3354807 or 4837324. OLE color: 4837324.
HSL color Cylindrical-coordinate representation of color #CCCF49: hue angle of 61.34º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCCF49 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 73 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.19 |
| HSL | 61.34º | 0.58% | 0.55% | - |
| HSV(B) | 61.34º | 0.65% | 0.81% | - |
| XYZ | 48.42 | 57.94 | 14.94 | - |
| YUV | 190.83 | 61.51 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 73 | 0.01 | 0 | 0.65 | 0.19 | 61.34 | 0.58 | 0.55 |
| Hex | CC | CF | 49 | 1 | 0 | 41 | 13 | 3D | 3A | 37 |
| Octal | 314 | 317 | 111 | 1 | 0 | 101 | 23 | 75 | 72 | 67 |
| Binary | 11001100 | 11001111 | 1001001 | 1 | 0 | 1000001 | 10011 | 111101 | 111010 | 110111 |
Color Harmonies of #CCCF49
Complementary color
Monochromatic Colors of #CCCF49
Black with #CCCF49
Text Example
Text Example
White with #CCCF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF49; }
p { color: rgb(204,207,73); }
H1.HeaderClassName
{
color: #CCCF49;
}
.AnyTagClassName
{
color: #CCCF49;
}
</style>
background-color css
<style>
a { background-color: #CCCF49; }
a { background-color: rgb(204,207,73); }
div.DivClassName
{
background-color: #CCCF49;
}
.BgClassName
{
background-color: #CCCF49;
}
</style>
border-color css
<style>
span { border-color: #CCCF49; }
span { border-color: rgb(204,207,73); }
td.TdClassName
{
border-color: #CCCF49;
}
.TagClassName
{
border-color: #CCCF49;
}
</style>