Shades of Wattle #C9C34A
Tints of Wattle #C9C34A
RGB
CMYK
RGB Variations
Color information
#C9C34A (or 0xC9C34A) is known color: Wattle. HEX triplet: C9, C3 and 4A. RGB value is (201,195,74). Sum of RGB (Red+Green+Blue) = 201+195+74=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 195 (76.56% from 255 or 41.49% from 470); Blue value is 74 (29.30% from 255 or 15.74% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C34A is #363CB5. Grayscale: #B7B7B7. Windows color (decimal): -3554486 or 4899785. OLE color: 4899785.
HSL color Cylindrical-coordinate representation of color #C9C34A: hue angle of 57.17º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C9C34A is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 195 | 74 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.21 |
| HSL | 57.17º | 0.54% | 0.54% | - |
| HSV(B) | 57.17º | 0.63% | 0.79% | - |
| XYZ | 44.84 | 51.94 | 14.14 | - |
| YUV | 183 | 66.49 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 195 | 74 | 0 | 0.03 | 0.63 | 0.21 | 57.17 | 0.54 | 0.54 |
| Hex | C9 | C3 | 4A | 0 | 3 | 3F | 15 | 39 | 36 | 36 |
| Octal | 311 | 303 | 112 | 0 | 3 | 77 | 25 | 71 | 66 | 66 |
| Binary | 11001001 | 11000011 | 1001010 | 0 | 11 | 111111 | 10101 | 111001 | 110110 | 110110 |
Color Harmonies of #C9C34A
Complementary color
Monochromatic Colors of #C9C34A
Black with #C9C34A
Text Example
Text Example
White with #C9C34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C34A; }
p { color: rgb(201,195,74); }
H1.HeaderClassName
{
color: #C9C34A;
}
.AnyTagClassName
{
color: #C9C34A;
}
</style>
background-color css
<style>
a { background-color: #C9C34A; }
a { background-color: rgb(201,195,74); }
div.DivClassName
{
background-color: #C9C34A;
}
.BgClassName
{
background-color: #C9C34A;
}
</style>
border-color css
<style>
span { border-color: #C9C34A; }
span { border-color: rgb(201,195,74); }
td.TdClassName
{
border-color: #C9C34A;
}
.TagClassName
{
border-color: #C9C34A;
}
</style>