Shades of Wattle #C8C74C
Tints of Wattle #C8C74C
RGB
CMYK
RGB Variations
Color information
#C8C74C (or 0xC8C74C) is known color: Wattle. HEX triplet: C8, C7 and 4C. RGB value is (200,199,76). Sum of RGB (Red+Green+Blue) = 200+199+76=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 199 (78.12% from 255 or 41.89% from 475); Blue value is 76 (30.08% from 255 or 16% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C74C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C74C is #3738B3. Grayscale: #B9B9B9. Windows color (decimal): -3618996 or 5031880. OLE color: 5031880.
HSL color Cylindrical-coordinate representation of color #C8C74C: hue angle of 59.52º 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 #C8C74C is Cyan = 0, Magento = 0.00, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 199 | 76 | - |
| CMYK | 0 | 0.00 | 0.62 | 0.22 |
| HSL | 59.52º | 0.53% | 0.54% | - |
| HSV(B) | 59.52º | 0.62% | 0.78% | - |
| XYZ | 45.55 | 53.65 | 14.79 | - |
| YUV | 185.28 | 66.33 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 199 | 76 | 0 | 0.00 | 0.62 | 0.22 | 59.52 | 0.53 | 0.54 |
| Hex | C8 | C7 | 4C | 0 | 0 | 3E | 16 | 3C | 35 | 36 |
| Octal | 310 | 307 | 114 | 0 | 0 | 76 | 26 | 74 | 65 | 66 |
| Binary | 11001000 | 11000111 | 1001100 | 0 | 0 | 111110 | 10110 | 111100 | 110101 | 110110 |
Color Harmonies of #C8C74C
Complementary color
Monochromatic Colors of #C8C74C
Black with #C8C74C
Text Example
Text Example
White with #C8C74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C74C; }
p { color: rgb(200,199,76); }
H1.HeaderClassName
{
color: #C8C74C;
}
.AnyTagClassName
{
color: #C8C74C;
}
</style>
background-color css
<style>
a { background-color: #C8C74C; }
a { background-color: rgb(200,199,76); }
div.DivClassName
{
background-color: #C8C74C;
}
.BgClassName
{
background-color: #C8C74C;
}
</style>
border-color css
<style>
span { border-color: #C8C74C; }
span { border-color: rgb(200,199,76); }
td.TdClassName
{
border-color: #C8C74C;
}
.TagClassName
{
border-color: #C8C74C;
}
</style>