Shades of Wattle #C9C54D
Tints of Wattle #C9C54D
RGB
CMYK
RGB Variations
Color information
#C9C54D (or 0xC9C54D) is known color: Wattle. HEX triplet: C9, C5 and 4D. RGB value is (201,197,77). Sum of RGB (Red+Green+Blue) = 201+197+77=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 77 (30.47% from 255 or 16.21% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C54D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C54D is #363AB2. Grayscale: #B8B8B8. Windows color (decimal): -3553971 or 5096905. OLE color: 5096905.
HSL color Cylindrical-coordinate representation of color #C9C54D: hue angle of 58.06º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9C54D is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 197 | 77 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.21 |
| HSL | 58.06º | 0.53% | 0.55% | - |
| HSV(B) | 58.06º | 0.62% | 0.79% | - |
| XYZ | 45.39 | 52.89 | 14.84 | - |
| YUV | 184.52 | 67.33 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 197 | 77 | 0 | 0.02 | 0.62 | 0.21 | 58.06 | 0.53 | 0.55 |
| Hex | C9 | C5 | 4D | 0 | 2 | 3E | 15 | 3A | 35 | 37 |
| Octal | 311 | 305 | 115 | 0 | 2 | 76 | 25 | 72 | 65 | 67 |
| Binary | 11001001 | 11000101 | 1001101 | 0 | 10 | 111110 | 10101 | 111010 | 110101 | 110111 |
Color Harmonies of #C9C54D
Complementary color
Monochromatic Colors of #C9C54D
Black with #C9C54D
Text Example
Text Example
White with #C9C54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C54D; }
p { color: rgb(201,197,77); }
H1.HeaderClassName
{
color: #C9C54D;
}
.AnyTagClassName
{
color: #C9C54D;
}
</style>
background-color css
<style>
a { background-color: #C9C54D; }
a { background-color: rgb(201,197,77); }
div.DivClassName
{
background-color: #C9C54D;
}
.BgClassName
{
background-color: #C9C54D;
}
</style>
border-color css
<style>
span { border-color: #C9C54D; }
span { border-color: rgb(201,197,77); }
td.TdClassName
{
border-color: #C9C54D;
}
.TagClassName
{
border-color: #C9C54D;
}
</style>