Shades of Wattle #C9C24C
Tints of Wattle #C9C24C
RGB
CMYK
RGB Variations
Color information
#C9C24C (or 0xC9C24C) is known color: Wattle. HEX triplet: C9, C2 and 4C. RGB value is (201,194,76). Sum of RGB (Red+Green+Blue) = 201+194+76=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 76 (30.08% from 255 or 16.14% from 471); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C24C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C24C is #363DB3. Grayscale: #B7B7B7. Windows color (decimal): -3554740 or 5030601. OLE color: 5030601.
HSL color Cylindrical-coordinate representation of color #C9C24C: hue angle of 56.64º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9C24C is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 194 | 76 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.21 |
| HSL | 56.64º | 0.54% | 0.54% | - |
| HSV(B) | 56.64º | 0.62% | 0.79% | - |
| XYZ | 44.68 | 51.52 | 14.43 | - |
| YUV | 182.64 | 67.82 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 194 | 76 | 0 | 0.03 | 0.62 | 0.21 | 56.64 | 0.54 | 0.54 |
| Hex | C9 | C2 | 4C | 0 | 3 | 3E | 15 | 39 | 36 | 36 |
| Octal | 311 | 302 | 114 | 0 | 3 | 76 | 25 | 71 | 66 | 66 |
| Binary | 11001001 | 11000010 | 1001100 | 0 | 11 | 111110 | 10101 | 111001 | 110110 | 110110 |
Color Harmonies of #C9C24C
Complementary color
Monochromatic Colors of #C9C24C
Black with #C9C24C
Text Example
Text Example
White with #C9C24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C24C; }
p { color: rgb(201,194,76); }
H1.HeaderClassName
{
color: #C9C24C;
}
.AnyTagClassName
{
color: #C9C24C;
}
</style>
background-color css
<style>
a { background-color: #C9C24C; }
a { background-color: rgb(201,194,76); }
div.DivClassName
{
background-color: #C9C24C;
}
.BgClassName
{
background-color: #C9C24C;
}
</style>
border-color css
<style>
span { border-color: #C9C24C; }
span { border-color: rgb(201,194,76); }
td.TdClassName
{
border-color: #C9C24C;
}
.TagClassName
{
border-color: #C9C24C;
}
</style>