Shades of Wattle #C8C64D
Tints of Wattle #C8C64D
RGB
CMYK
RGB Variations
Color information
#C8C64D (or 0xC8C64D) is known color: Wattle. HEX triplet: C8, C6 and 4D. RGB value is (200,198,77). Sum of RGB (Red+Green+Blue) = 200+198+77=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 198 (77.73% from 255 or 41.68% from 475); Blue value is 77 (30.47% from 255 or 16.21% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C64D is #3739B2. Grayscale: #B9B9B9. Windows color (decimal): -3619251 or 5097160. OLE color: 5097160.
HSL color Cylindrical-coordinate representation of color #C8C64D: hue angle of 59.02º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8C64D is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 198 | 77 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.22 |
| HSL | 59.02º | 0.53% | 0.54% | - |
| HSV(B) | 59.02º | 0.62% | 0.78% | - |
| XYZ | 45.35 | 53.2 | 14.9 | - |
| YUV | 184.8 | 67.16 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 198 | 77 | 0 | 0.01 | 0.62 | 0.22 | 59.02 | 0.53 | 0.54 |
| Hex | C8 | C6 | 4D | 0 | 1 | 3E | 16 | 3B | 35 | 36 |
| Octal | 310 | 306 | 115 | 0 | 1 | 76 | 26 | 73 | 65 | 66 |
| Binary | 11001000 | 11000110 | 1001101 | 0 | 1 | 111110 | 10110 | 111011 | 110101 | 110110 |
Color Harmonies of #C8C64D
Complementary color
Monochromatic Colors of #C8C64D
Black with #C8C64D
Text Example
Text Example
White with #C8C64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C64D; }
p { color: rgb(200,198,77); }
H1.HeaderClassName
{
color: #C8C64D;
}
.AnyTagClassName
{
color: #C8C64D;
}
</style>
background-color css
<style>
a { background-color: #C8C64D; }
a { background-color: rgb(200,198,77); }
div.DivClassName
{
background-color: #C8C64D;
}
.BgClassName
{
background-color: #C8C64D;
}
</style>
border-color css
<style>
span { border-color: #C8C64D; }
span { border-color: rgb(200,198,77); }
td.TdClassName
{
border-color: #C8C64D;
}
.TagClassName
{
border-color: #C8C64D;
}
</style>