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