Shades of Wattle #CCCF3E
Tints of Wattle #CCCF3E
RGB
CMYK
RGB Variations
Color information
#CCCF3E (or 0xCCCF3E) is known color: Wattle. HEX triplet: CC, CF and 3E. RGB value is (204,207,62). Sum of RGB (Red+Green+Blue) = 204+207+62=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 62 (24.61% from 255 or 13.11% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCF3E is #3330C1. Grayscale: #BEBEBE. Windows color (decimal): -3354818 or 4116428. OLE color: 4116428.
HSL color Cylindrical-coordinate representation of color #CCCF3E: hue angle of 61.24º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCCF3E is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 62 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.19 |
| HSL | 61.24º | 0.6% | 0.53% | - |
| HSV(B) | 61.24º | 0.7% | 0.81% | - |
| XYZ | 48.08 | 57.81 | 13.18 | - |
| YUV | 189.57 | 56.01 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 62 | 0.01 | 0 | 0.70 | 0.19 | 61.24 | 0.6 | 0.53 |
| Hex | CC | CF | 3E | 1 | 0 | 46 | 13 | 3D | 3C | 35 |
| Octal | 314 | 317 | 76 | 1 | 0 | 106 | 23 | 75 | 74 | 65 |
| Binary | 11001100 | 11001111 | 111110 | 1 | 0 | 1000110 | 10011 | 111101 | 111100 | 110101 |
Color Harmonies of #CCCF3E
Complementary color
Monochromatic Colors of #CCCF3E
Black with #CCCF3E
Text Example
Text Example
White with #CCCF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF3E; }
p { color: rgb(204,207,62); }
H1.HeaderClassName
{
color: #CCCF3E;
}
.AnyTagClassName
{
color: #CCCF3E;
}
</style>
background-color css
<style>
a { background-color: #CCCF3E; }
a { background-color: rgb(204,207,62); }
div.DivClassName
{
background-color: #CCCF3E;
}
.BgClassName
{
background-color: #CCCF3E;
}
</style>
border-color css
<style>
span { border-color: #CCCF3E; }
span { border-color: rgb(204,207,62); }
td.TdClassName
{
border-color: #CCCF3E;
}
.TagClassName
{
border-color: #CCCF3E;
}
</style>