Shades of Wattle #C8C74E
Tints of Wattle #C8C74E
RGB
CMYK
RGB Variations
Color information
#C8C74E (or 0xC8C74E) is known color: Wattle. HEX triplet: C8, C7 and 4E. RGB value is (200,199,78). Sum of RGB (Red+Green+Blue) = 200+199+78=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 199 (78.12% from 255 or 41.72% from 477); Blue value is 78 (30.86% from 255 or 16.35% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C74E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C74E is #3738B1. Grayscale: #B9B9B9. Windows color (decimal): -3618994 or 5162952. OLE color: 5162952.
HSL color Cylindrical-coordinate representation of color #C8C74E: hue angle of 59.51º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C8C74E is Cyan = 0, Magento = 0.00, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 199 | 78 | - |
| CMYK | 0 | 0.00 | 0.61 | 0.22 |
| HSL | 59.51º | 0.53% | 0.55% | - |
| HSV(B) | 59.51º | 0.61% | 0.78% | - |
| XYZ | 45.62 | 53.68 | 15.16 | - |
| YUV | 185.51 | 67.33 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 199 | 78 | 0 | 0.00 | 0.61 | 0.22 | 59.51 | 0.53 | 0.55 |
| Hex | C8 | C7 | 4E | 0 | 0 | 3D | 16 | 3C | 35 | 37 |
| Octal | 310 | 307 | 116 | 0 | 0 | 75 | 26 | 74 | 65 | 67 |
| Binary | 11001000 | 11000111 | 1001110 | 0 | 0 | 111101 | 10110 | 111100 | 110101 | 110111 |
Color Harmonies of #C8C74E
Complementary color
Monochromatic Colors of #C8C74E
Black with #C8C74E
Text Example
Text Example
White with #C8C74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C74E; }
p { color: rgb(200,199,78); }
H1.HeaderClassName
{
color: #C8C74E;
}
.AnyTagClassName
{
color: #C8C74E;
}
</style>
background-color css
<style>
a { background-color: #C8C74E; }
a { background-color: rgb(200,199,78); }
div.DivClassName
{
background-color: #C8C74E;
}
.BgClassName
{
background-color: #C8C74E;
}
</style>
border-color css
<style>
span { border-color: #C8C74E; }
span { border-color: rgb(200,199,78); }
td.TdClassName
{
border-color: #C8C74E;
}
.TagClassName
{
border-color: #C8C74E;
}
</style>