Shades of Wattle #C8C44D
Tints of Wattle #C8C44D
RGB
CMYK
RGB Variations
Color information
#C8C44D (or 0xC8C44D) is known color: Wattle. HEX triplet: C8, C4 and 4D. RGB value is (200,196,77). Sum of RGB (Red+Green+Blue) = 200+196+77=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 196 (76.95% from 255 or 41.44% from 473); Blue value is 77 (30.47% from 255 or 16.28% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C44D is #373BB2. Grayscale: #B8B8B8. Windows color (decimal): -3619763 or 5096648. OLE color: 5096648.
HSL color Cylindrical-coordinate representation of color #C8C44D: hue angle of 58.05º 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 #C8C44D is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 196 | 77 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.22 |
| HSL | 58.05º | 0.53% | 0.54% | - |
| HSV(B) | 58.05º | 0.62% | 0.78% | - |
| XYZ | 44.9 | 52.3 | 14.75 | - |
| YUV | 183.63 | 67.83 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 196 | 77 | 0 | 0.02 | 0.62 | 0.22 | 58.05 | 0.53 | 0.54 |
| Hex | C8 | C4 | 4D | 0 | 2 | 3E | 16 | 3A | 35 | 36 |
| Octal | 310 | 304 | 115 | 0 | 2 | 76 | 26 | 72 | 65 | 66 |
| Binary | 11001000 | 11000100 | 1001101 | 0 | 10 | 111110 | 10110 | 111010 | 110101 | 110110 |
Color Harmonies of #C8C44D
Complementary color
Monochromatic Colors of #C8C44D
Black with #C8C44D
Text Example
Text Example
White with #C8C44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C44D; }
p { color: rgb(200,196,77); }
H1.HeaderClassName
{
color: #C8C44D;
}
.AnyTagClassName
{
color: #C8C44D;
}
</style>
background-color css
<style>
a { background-color: #C8C44D; }
a { background-color: rgb(200,196,77); }
div.DivClassName
{
background-color: #C8C44D;
}
.BgClassName
{
background-color: #C8C44D;
}
</style>
border-color css
<style>
span { border-color: #C8C44D; }
span { border-color: rgb(200,196,77); }
td.TdClassName
{
border-color: #C8C44D;
}
.TagClassName
{
border-color: #C8C44D;
}
</style>