Shades of Wattle #C9C84C
Tints of Wattle #C9C84C
RGB
CMYK
RGB Variations
Color information
#C9C84C (or 0xC9C84C) is known color: Wattle. HEX triplet: C9, C8 and 4C. RGB value is (201,200,76). Sum of RGB (Red+Green+Blue) = 201+200+76=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 76 (30.08% from 255 or 15.93% from 477); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C84C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C84C is #3637B3. Grayscale: #BABABA. Windows color (decimal): -3553204 or 5032137. OLE color: 5032137.
HSL color Cylindrical-coordinate representation of color #C9C84C: hue angle of 59.52º 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 #C9C84C is Cyan = 0, Magento = 0.00, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 200 | 76 | - |
| CMYK | 0 | 0.00 | 0.62 | 0.21 |
| HSL | 59.52º | 0.54% | 0.54% | - |
| HSV(B) | 59.52º | 0.62% | 0.79% | - |
| XYZ | 46.05 | 54.25 | 14.88 | - |
| YUV | 186.16 | 65.83 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 200 | 76 | 0 | 0.00 | 0.62 | 0.21 | 59.52 | 0.54 | 0.54 |
| Hex | C9 | C8 | 4C | 0 | 0 | 3E | 15 | 3C | 36 | 36 |
| Octal | 311 | 310 | 114 | 0 | 0 | 76 | 25 | 74 | 66 | 66 |
| Binary | 11001001 | 11001000 | 1001100 | 0 | 0 | 111110 | 10101 | 111100 | 110110 | 110110 |
Color Harmonies of #C9C84C
Complementary color
Monochromatic Colors of #C9C84C
Black with #C9C84C
Text Example
Text Example
White with #C9C84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C84C; }
p { color: rgb(201,200,76); }
H1.HeaderClassName
{
color: #C9C84C;
}
.AnyTagClassName
{
color: #C9C84C;
}
</style>
background-color css
<style>
a { background-color: #C9C84C; }
a { background-color: rgb(201,200,76); }
div.DivClassName
{
background-color: #C9C84C;
}
.BgClassName
{
background-color: #C9C84C;
}
</style>
border-color css
<style>
span { border-color: #C9C84C; }
span { border-color: rgb(201,200,76); }
td.TdClassName
{
border-color: #C9C84C;
}
.TagClassName
{
border-color: #C9C84C;
}
</style>