Shades of Wattle #CCC74A
Tints of Wattle #CCC74A
RGB
CMYK
RGB Variations
Color information
#CCC74A (or 0xCCC74A) is known color: Wattle. HEX triplet: CC, C7 and 4A. RGB value is (204,199,74). Sum of RGB (Red+Green+Blue) = 204+199+74=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 199 (78.12% from 255 or 41.72% from 477); Blue value is 74 (29.30% from 255 or 15.51% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC74A is #3338B5. Grayscale: #BABABA. Windows color (decimal): -3356854 or 4900812. OLE color: 4900812.
HSL color Cylindrical-coordinate representation of color #CCC74A: hue angle of 57.69º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCC74A is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 74 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.2 |
| HSL | 57.69º | 0.56% | 0.55% | - |
| HSV(B) | 57.69º | 0.64% | 0.8% | - |
| XYZ | 46.56 | 54.18 | 14.48 | - |
| YUV | 186.25 | 64.66 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 74 | 0 | 0.02 | 0.64 | 0.2 | 57.69 | 0.56 | 0.55 |
| Hex | CC | C7 | 4A | 0 | 2 | 40 | 14 | 3A | 38 | 37 |
| Octal | 314 | 307 | 112 | 0 | 2 | 100 | 24 | 72 | 70 | 67 |
| Binary | 11001100 | 11000111 | 1001010 | 0 | 10 | 1000000 | 10100 | 111010 | 111000 | 110111 |
Color Harmonies of #CCC74A
Complementary color
Monochromatic Colors of #CCC74A
Black with #CCC74A
Text Example
Text Example
White with #CCC74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC74A; }
p { color: rgb(204,199,74); }
H1.HeaderClassName
{
color: #CCC74A;
}
.AnyTagClassName
{
color: #CCC74A;
}
</style>
background-color css
<style>
a { background-color: #CCC74A; }
a { background-color: rgb(204,199,74); }
div.DivClassName
{
background-color: #CCC74A;
}
.BgClassName
{
background-color: #CCC74A;
}
</style>
border-color css
<style>
span { border-color: #CCC74A; }
span { border-color: rgb(204,199,74); }
td.TdClassName
{
border-color: #CCC74A;
}
.TagClassName
{
border-color: #CCC74A;
}
</style>