Shades of Wattle #CCC24A
Tints of Wattle #CCC24A
RGB
CMYK
RGB Variations
Color information
#CCC24A (or 0xCCC24A) is known color: Wattle. HEX triplet: CC, C2 and 4A. RGB value is (204,194,74). Sum of RGB (Red+Green+Blue) = 204+194+74=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 74 (29.30% from 255 or 15.68% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC24A is #333DB5. Grayscale: #B7B7B7. Windows color (decimal): -3358134 or 4899532. OLE color: 4899532.
HSL color Cylindrical-coordinate representation of color #CCC24A: hue angle of 55.38º 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 #CCC24A is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 74 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.2 |
| HSL | 55.38º | 0.56% | 0.55% | - |
| HSV(B) | 55.38º | 0.64% | 0.8% | - |
| XYZ | 45.43 | 51.92 | 14.1 | - |
| YUV | 183.31 | 66.31 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 74 | 0 | 0.05 | 0.64 | 0.2 | 55.38 | 0.56 | 0.55 |
| Hex | CC | C2 | 4A | 0 | 5 | 40 | 14 | 37 | 38 | 37 |
| Octal | 314 | 302 | 112 | 0 | 5 | 100 | 24 | 67 | 70 | 67 |
| Binary | 11001100 | 11000010 | 1001010 | 0 | 101 | 1000000 | 10100 | 110111 | 111000 | 110111 |
Color Harmonies of #CCC24A
Complementary color
Monochromatic Colors of #CCC24A
Black with #CCC24A
Text Example
Text Example
White with #CCC24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC24A; }
p { color: rgb(204,194,74); }
H1.HeaderClassName
{
color: #CCC24A;
}
.AnyTagClassName
{
color: #CCC24A;
}
</style>
background-color css
<style>
a { background-color: #CCC24A; }
a { background-color: rgb(204,194,74); }
div.DivClassName
{
background-color: #CCC24A;
}
.BgClassName
{
background-color: #CCC24A;
}
</style>
border-color css
<style>
span { border-color: #CCC24A; }
span { border-color: rgb(204,194,74); }
td.TdClassName
{
border-color: #CCC24A;
}
.TagClassName
{
border-color: #CCC24A;
}
</style>