Shades of Wattle #C9C33A
Tints of Wattle #C9C33A
RGB
CMYK
RGB Variations
Color information
#C9C33A (or 0xC9C33A) is known color: Wattle. HEX triplet: C9, C3 and 3A. RGB value is (201,195,58). Sum of RGB (Red+Green+Blue) = 201+195+58=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 58 (23.05% from 255 or 12.78% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C33A is #363CC5. Grayscale: #B5B5B5. Windows color (decimal): -3554502 or 3851209. OLE color: 3851209.
HSL color Cylindrical-coordinate representation of color #C9C33A: hue angle of 57.48º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C9C33A is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 195 | 58 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.21 |
| HSL | 57.48º | 0.57% | 0.51% | - |
| HSV(B) | 57.48º | 0.71% | 0.79% | - |
| XYZ | 44.37 | 51.75 | 11.65 | - |
| YUV | 181.18 | 58.49 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 195 | 58 | 0 | 0.03 | 0.71 | 0.21 | 57.48 | 0.57 | 0.51 |
| Hex | C9 | C3 | 3A | 0 | 3 | 47 | 15 | 39 | 39 | 33 |
| Octal | 311 | 303 | 72 | 0 | 3 | 107 | 25 | 71 | 71 | 63 |
| Binary | 11001001 | 11000011 | 111010 | 0 | 11 | 1000111 | 10101 | 111001 | 111001 | 110011 |
Color Harmonies of #C9C33A
Complementary color
Monochromatic Colors of #C9C33A
Black with #C9C33A
Text Example
Text Example
White with #C9C33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C33A; }
p { color: rgb(201,195,58); }
H1.HeaderClassName
{
color: #C9C33A;
}
.AnyTagClassName
{
color: #C9C33A;
}
</style>
background-color css
<style>
a { background-color: #C9C33A; }
a { background-color: rgb(201,195,58); }
div.DivClassName
{
background-color: #C9C33A;
}
.BgClassName
{
background-color: #C9C33A;
}
</style>
border-color css
<style>
span { border-color: #C9C33A; }
span { border-color: rgb(201,195,58); }
td.TdClassName
{
border-color: #C9C33A;
}
.TagClassName
{
border-color: #C9C33A;
}
</style>