Shades of Wattle #CCCF4D
Tints of Wattle #CCCF4D
RGB
CMYK
RGB Variations
Color information
#CCCF4D (or 0xCCCF4D) is known color: Wattle. HEX triplet: CC, CF and 4D. RGB value is (204,207,77). Sum of RGB (Red+Green+Blue) = 204+207+77=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 77 (30.47% from 255 or 15.78% from 488); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCF4D is #3330B2. Grayscale: #BFBFBF. Windows color (decimal): -3354803 or 5099468. OLE color: 5099468.
HSL color Cylindrical-coordinate representation of color #CCCF4D: hue angle of 61.38º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCCF4D is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 77 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.19 |
| HSL | 61.38º | 0.58% | 0.56% | - |
| HSV(B) | 61.38º | 0.63% | 0.81% | - |
| XYZ | 48.55 | 58 | 15.66 | - |
| YUV | 191.28 | 63.51 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 77 | 0.01 | 0 | 0.63 | 0.19 | 61.38 | 0.58 | 0.56 |
| Hex | CC | CF | 4D | 1 | 0 | 3F | 13 | 3D | 3A | 38 |
| Octal | 314 | 317 | 115 | 1 | 0 | 77 | 23 | 75 | 72 | 70 |
| Binary | 11001100 | 11001111 | 1001101 | 1 | 0 | 111111 | 10011 | 111101 | 111010 | 111000 |
Color Harmonies of #CCCF4D
Complementary color
Monochromatic Colors of #CCCF4D
Black with #CCCF4D
Text Example
Text Example
White with #CCCF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF4D; }
p { color: rgb(204,207,77); }
H1.HeaderClassName
{
color: #CCCF4D;
}
.AnyTagClassName
{
color: #CCCF4D;
}
</style>
background-color css
<style>
a { background-color: #CCCF4D; }
a { background-color: rgb(204,207,77); }
div.DivClassName
{
background-color: #CCCF4D;
}
.BgClassName
{
background-color: #CCCF4D;
}
</style>
border-color css
<style>
span { border-color: #CCCF4D; }
span { border-color: rgb(204,207,77); }
td.TdClassName
{
border-color: #CCCF4D;
}
.TagClassName
{
border-color: #CCCF4D;
}
</style>