Shades of Wattle #C9C44B
Tints of Wattle #C9C44B
RGB
CMYK
RGB Variations
Color information
#C9C44B (or 0xC9C44B) is known color: Wattle. HEX triplet: C9, C4 and 4B. RGB value is (201,196,75). Sum of RGB (Red+Green+Blue) = 201+196+75=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 196 (76.95% from 255 or 41.53% from 472); Blue value is 75 (29.69% from 255 or 15.89% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C44B is #363BB4. Grayscale: #B8B8B8. Windows color (decimal): -3554229 or 4965577. OLE color: 4965577.
HSL color Cylindrical-coordinate representation of color #C9C44B: hue angle of 57.62º 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 #C9C44B is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 196 | 75 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.21 |
| HSL | 57.62º | 0.54% | 0.54% | - |
| HSV(B) | 57.62º | 0.63% | 0.79% | - |
| XYZ | 45.1 | 52.41 | 14.39 | - |
| YUV | 183.7 | 66.66 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 196 | 75 | 0 | 0.02 | 0.63 | 0.21 | 57.62 | 0.54 | 0.54 |
| Hex | C9 | C4 | 4B | 0 | 2 | 3F | 15 | 3A | 36 | 36 |
| Octal | 311 | 304 | 113 | 0 | 2 | 77 | 25 | 72 | 66 | 66 |
| Binary | 11001001 | 11000100 | 1001011 | 0 | 10 | 111111 | 10101 | 111010 | 110110 | 110110 |
Color Harmonies of #C9C44B
Complementary color
Monochromatic Colors of #C9C44B
Black with #C9C44B
Text Example
Text Example
White with #C9C44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C44B; }
p { color: rgb(201,196,75); }
H1.HeaderClassName
{
color: #C9C44B;
}
.AnyTagClassName
{
color: #C9C44B;
}
</style>
background-color css
<style>
a { background-color: #C9C44B; }
a { background-color: rgb(201,196,75); }
div.DivClassName
{
background-color: #C9C44B;
}
.BgClassName
{
background-color: #C9C44B;
}
</style>
border-color css
<style>
span { border-color: #C9C44B; }
span { border-color: rgb(201,196,75); }
td.TdClassName
{
border-color: #C9C44B;
}
.TagClassName
{
border-color: #C9C44B;
}
</style>