Shades of Wattle #CCCF4A
Tints of Wattle #CCCF4A
RGB
CMYK
RGB Variations
Color information
#CCCF4A (or 0xCCCF4A) is known color: Wattle. HEX triplet: CC, CF and 4A. RGB value is (204,207,74). Sum of RGB (Red+Green+Blue) = 204+207+74=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 74 (29.30% from 255 or 15.26% from 485); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCF4A is #3330B5. Grayscale: #BFBFBF. Windows color (decimal): -3354806 or 4902860. OLE color: 4902860.
HSL color Cylindrical-coordinate representation of color #CCCF4A: hue angle of 61.35º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCCF4A is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 74 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.19 |
| HSL | 61.35º | 0.58% | 0.55% | - |
| HSV(B) | 61.35º | 0.64% | 0.81% | - |
| XYZ | 48.45 | 57.96 | 15.11 | - |
| YUV | 190.94 | 62.01 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 74 | 0.01 | 0 | 0.64 | 0.19 | 61.35 | 0.58 | 0.55 |
| Hex | CC | CF | 4A | 1 | 0 | 40 | 13 | 3D | 3A | 37 |
| Octal | 314 | 317 | 112 | 1 | 0 | 100 | 23 | 75 | 72 | 67 |
| Binary | 11001100 | 11001111 | 1001010 | 1 | 0 | 1000000 | 10011 | 111101 | 111010 | 110111 |
Color Harmonies of #CCCF4A
Complementary color
Monochromatic Colors of #CCCF4A
Black with #CCCF4A
Text Example
Text Example
White with #CCCF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF4A; }
p { color: rgb(204,207,74); }
H1.HeaderClassName
{
color: #CCCF4A;
}
.AnyTagClassName
{
color: #CCCF4A;
}
</style>
background-color css
<style>
a { background-color: #CCCF4A; }
a { background-color: rgb(204,207,74); }
div.DivClassName
{
background-color: #CCCF4A;
}
.BgClassName
{
background-color: #CCCF4A;
}
</style>
border-color css
<style>
span { border-color: #CCCF4A; }
span { border-color: rgb(204,207,74); }
td.TdClassName
{
border-color: #CCCF4A;
}
.TagClassName
{
border-color: #CCCF4A;
}
</style>