Shades of Wattle #C7C24A
Tints of Wattle #C7C24A
RGB
CMYK
RGB Variations
Color information
#C7C24A (or 0xC7C24A) is known color: Wattle. HEX triplet: C7, C2 and 4A. RGB value is (199,194,74). Sum of RGB (Red+Green+Blue) = 199+194+74=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 74 (29.30% from 255 or 15.85% from 467); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C24A is #383DB5. Grayscale: #B6B6B6. Windows color (decimal): -3685814 or 4899527. OLE color: 4899527.
HSL color Cylindrical-coordinate representation of color #C7C24A: hue angle of 57.6º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C7C24A is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 194 | 74 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.22 |
| HSL | 57.6º | 0.53% | 0.54% | - |
| HSV(B) | 57.6º | 0.63% | 0.78% | - |
| XYZ | 44.08 | 51.22 | 14.04 | - |
| YUV | 181.82 | 67.16 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 194 | 74 | 0 | 0.03 | 0.63 | 0.22 | 57.6 | 0.53 | 0.54 |
| Hex | C7 | C2 | 4A | 0 | 3 | 3F | 16 | 3A | 35 | 36 |
| Octal | 307 | 302 | 112 | 0 | 3 | 77 | 26 | 72 | 65 | 66 |
| Binary | 11000111 | 11000010 | 1001010 | 0 | 11 | 111111 | 10110 | 111010 | 110101 | 110110 |
Color Harmonies of #C7C24A
Complementary color
Monochromatic Colors of #C7C24A
Black with #C7C24A
Text Example
Text Example
White with #C7C24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C24A; }
p { color: rgb(199,194,74); }
H1.HeaderClassName
{
color: #C7C24A;
}
.AnyTagClassName
{
color: #C7C24A;
}
</style>
background-color css
<style>
a { background-color: #C7C24A; }
a { background-color: rgb(199,194,74); }
div.DivClassName
{
background-color: #C7C24A;
}
.BgClassName
{
background-color: #C7C24A;
}
</style>
border-color css
<style>
span { border-color: #C7C24A; }
span { border-color: rgb(199,194,74); }
td.TdClassName
{
border-color: #C7C24A;
}
.TagClassName
{
border-color: #C7C24A;
}
</style>