Shades of Wattle #C8C84D
Tints of Wattle #C8C84D
RGB
CMYK
RGB Variations
Color information
#C8C84D (or 0xC8C84D) is known color: Wattle. HEX triplet: C8, C8 and 4D. RGB value is (200,200,77). Sum of RGB (Red+Green+Blue) = 200+200+77=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 77 (30.47% from 255 or 16.14% from 477); Max value from RGB is 200 - color contains mainly: red, green. Hex color #C8C84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C84D is #3737B2. Grayscale: #BABABA. Windows color (decimal): -3618739 or 5097672. OLE color: 5097672.
HSL color Cylindrical-coordinate representation of color #C8C84D: hue angle of 60º 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 #C8C84D is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 200 | 77 | - |
CMYK | 0 | 0 | 0.62 | 0.22 |
HSL | 60º | 0.53% | 0.54% | - |
HSV(B) | 60º | 0.62% | 0.78% | - |
XYZ | 45.81 | 54.12 | 15.05 | - |
YUV | 185.98 | 66.5 | 138 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 200 | 77 | 0 | 0 | 0.62 | 0.22 | 60 | 0.53 | 0.54 |
Hex | C8 | C8 | 4D | 0 | 0 | 3E | 16 | 3C | 35 | 36 |
Octal | 310 | 310 | 115 | 0 | 0 | 76 | 26 | 74 | 65 | 66 |
Binary | 11001000 | 11001000 | 1001101 | 0 | 0 | 111110 | 10110 | 111100 | 110101 | 110110 |
Color Harmonies of #C8C84D
Complementary color
Monochromatic Colors of #C8C84D
Black with #C8C84D
Text Example
Text Example
White with #C8C84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C84D; }
p { color: rgb(200,200,77); }
H1.HeaderClassName
{
color: #C8C84D;
}
.AnyTagClassName
{
color: #C8C84D;
}
</style>
background-color css
<style>
a { background-color: #C8C84D; }
a { background-color: rgb(200,200,77); }
div.DivClassName
{
background-color: #C8C84D;
}
.BgClassName
{
background-color: #C8C84D;
}
</style>
border-color css
<style>
span { border-color: #C8C84D; }
span { border-color: rgb(200,200,77); }
td.TdClassName
{
border-color: #C8C84D;
}
.TagClassName
{
border-color: #C8C84D;
}
</style>