Shades of Wattle #CCCF3A
Tints of Wattle #CCCF3A
RGB
CMYK
RGB Variations
Color information
#CCCF3A (or 0xCCCF3A) is known color: Wattle. HEX triplet: CC, CF and 3A. RGB value is (204,207,58). Sum of RGB (Red+Green+Blue) = 204+207+58=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 58 (23.05% from 255 or 12.37% from 469); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCF3A is #3330C5. Grayscale: #BDBDBD. Windows color (decimal): -3354822 or 3854284. OLE color: 3854284.
HSL color Cylindrical-coordinate representation of color #CCCF3A: hue angle of 61.21º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCCF3A is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 58 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.19 |
| HSL | 61.21º | 0.61% | 0.52% | - |
| HSV(B) | 61.21º | 0.72% | 0.81% | - |
| XYZ | 47.98 | 57.77 | 12.62 | - |
| YUV | 189.12 | 54.01 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 58 | 0.01 | 0 | 0.72 | 0.19 | 61.21 | 0.61 | 0.52 |
| Hex | CC | CF | 3A | 1 | 0 | 48 | 13 | 3D | 3D | 34 |
| Octal | 314 | 317 | 72 | 1 | 0 | 110 | 23 | 75 | 75 | 64 |
| Binary | 11001100 | 11001111 | 111010 | 1 | 0 | 1001000 | 10011 | 111101 | 111101 | 110100 |
Color Harmonies of #CCCF3A
Complementary color
Monochromatic Colors of #CCCF3A
Black with #CCCF3A
Text Example
Text Example
White with #CCCF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF3A; }
p { color: rgb(204,207,58); }
H1.HeaderClassName
{
color: #CCCF3A;
}
.AnyTagClassName
{
color: #CCCF3A;
}
</style>
background-color css
<style>
a { background-color: #CCCF3A; }
a { background-color: rgb(204,207,58); }
div.DivClassName
{
background-color: #CCCF3A;
}
.BgClassName
{
background-color: #CCCF3A;
}
</style>
border-color css
<style>
span { border-color: #CCCF3A; }
span { border-color: rgb(204,207,58); }
td.TdClassName
{
border-color: #CCCF3A;
}
.TagClassName
{
border-color: #CCCF3A;
}
</style>