Shades of Wattle #C9C24A
Tints of Wattle #C9C24A
RGB
CMYK
RGB Variations
Color information
#C9C24A (or 0xC9C24A) is known color: Wattle. HEX triplet: C9, C2 and 4A. RGB value is (201,194,74). Sum of RGB (Red+Green+Blue) = 201+194+74=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 74 (29.30% from 255 or 15.78% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C24A is #363DB5. Grayscale: #B6B6B6. Windows color (decimal): -3554742 or 4899529. OLE color: 4899529.
HSL color Cylindrical-coordinate representation of color #C9C24A: hue angle of 56.69º 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 #C9C24A is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 194 | 74 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.21 |
| HSL | 56.69º | 0.54% | 0.54% | - |
| HSV(B) | 56.69º | 0.63% | 0.79% | - |
| XYZ | 44.62 | 51.5 | 14.07 | - |
| YUV | 182.41 | 66.82 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 194 | 74 | 0 | 0.03 | 0.63 | 0.21 | 56.69 | 0.54 | 0.54 |
| Hex | C9 | C2 | 4A | 0 | 3 | 3F | 15 | 39 | 36 | 36 |
| Octal | 311 | 302 | 112 | 0 | 3 | 77 | 25 | 71 | 66 | 66 |
| Binary | 11001001 | 11000010 | 1001010 | 0 | 11 | 111111 | 10101 | 111001 | 110110 | 110110 |
Color Harmonies of #C9C24A
Complementary color
Monochromatic Colors of #C9C24A
Black with #C9C24A
Text Example
Text Example
White with #C9C24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C24A; }
p { color: rgb(201,194,74); }
H1.HeaderClassName
{
color: #C9C24A;
}
.AnyTagClassName
{
color: #C9C24A;
}
</style>
background-color css
<style>
a { background-color: #C9C24A; }
a { background-color: rgb(201,194,74); }
div.DivClassName
{
background-color: #C9C24A;
}
.BgClassName
{
background-color: #C9C24A;
}
</style>
border-color css
<style>
span { border-color: #C9C24A; }
span { border-color: rgb(201,194,74); }
td.TdClassName
{
border-color: #C9C24A;
}
.TagClassName
{
border-color: #C9C24A;
}
</style>