Shades of Wattle #C8C04D
Tints of Wattle #C8C04D
RGB
CMYK
RGB Variations
Color information
#C8C04D (or 0xC8C04D) is known color: Wattle. HEX triplet: C8, C0 and 4D. RGB value is (200,192,77). Sum of RGB (Red+Green+Blue) = 200+192+77=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 77 (30.47% from 255 or 16.42% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C04D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C04D is #373FB2. Grayscale: #B5B5B5. Windows color (decimal): -3620787 or 5095624. OLE color: 5095624.
HSL color Cylindrical-coordinate representation of color #C8C04D: hue angle of 56.1º 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 #C8C04D is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 192 | 77 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.22 |
| HSL | 56.1º | 0.53% | 0.54% | - |
| HSV(B) | 56.1º | 0.62% | 0.78% | - |
| XYZ | 44.01 | 50.51 | 14.45 | - |
| YUV | 181.28 | 69.15 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 77 | 0 | 0.04 | 0.62 | 0.22 | 56.1 | 0.53 | 0.54 |
| Hex | C8 | C0 | 4D | 0 | 4 | 3E | 16 | 38 | 35 | 36 |
| Octal | 310 | 300 | 115 | 0 | 4 | 76 | 26 | 70 | 65 | 66 |
| Binary | 11001000 | 11000000 | 1001101 | 0 | 100 | 111110 | 10110 | 111000 | 110101 | 110110 |
Color Harmonies of #C8C04D
Complementary color
Monochromatic Colors of #C8C04D
Black with #C8C04D
Text Example
Text Example
White with #C8C04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C04D; }
p { color: rgb(200,192,77); }
H1.HeaderClassName
{
color: #C8C04D;
}
.AnyTagClassName
{
color: #C8C04D;
}
</style>
background-color css
<style>
a { background-color: #C8C04D; }
a { background-color: rgb(200,192,77); }
div.DivClassName
{
background-color: #C8C04D;
}
.BgClassName
{
background-color: #C8C04D;
}
</style>
border-color css
<style>
span { border-color: #C8C04D; }
span { border-color: rgb(200,192,77); }
td.TdClassName
{
border-color: #C8C04D;
}
.TagClassName
{
border-color: #C8C04D;
}
</style>