Shades of Wattle #C9C33B
Tints of Wattle #C9C33B
RGB
CMYK
RGB Variations
Color information
#C9C33B (or 0xC9C33B) is known color: Wattle. HEX triplet: C9, C3 and 3B. RGB value is (201,195,59). Sum of RGB (Red+Green+Blue) = 201+195+59=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 59 (23.44% from 255 or 12.97% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C33B is #363CC4. Grayscale: #B5B5B5. Windows color (decimal): -3554501 or 3916745. OLE color: 3916745.
HSL color Cylindrical-coordinate representation of color #C9C33B: hue angle of 57.46º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C9C33B is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 195 | 59 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.21 |
| HSL | 57.46º | 0.57% | 0.51% | - |
| HSV(B) | 57.46º | 0.71% | 0.79% | - |
| XYZ | 44.39 | 51.76 | 11.79 | - |
| YUV | 181.29 | 58.99 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 195 | 59 | 0 | 0.03 | 0.71 | 0.21 | 57.46 | 0.57 | 0.51 |
| Hex | C9 | C3 | 3B | 0 | 3 | 47 | 15 | 39 | 39 | 33 |
| Octal | 311 | 303 | 73 | 0 | 3 | 107 | 25 | 71 | 71 | 63 |
| Binary | 11001001 | 11000011 | 111011 | 0 | 11 | 1000111 | 10101 | 111001 | 111001 | 110011 |
Color Harmonies of #C9C33B
Complementary color
Monochromatic Colors of #C9C33B
Black with #C9C33B
Text Example
Text Example
White with #C9C33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C33B; }
p { color: rgb(201,195,59); }
H1.HeaderClassName
{
color: #C9C33B;
}
.AnyTagClassName
{
color: #C9C33B;
}
</style>
background-color css
<style>
a { background-color: #C9C33B; }
a { background-color: rgb(201,195,59); }
div.DivClassName
{
background-color: #C9C33B;
}
.BgClassName
{
background-color: #C9C33B;
}
</style>
border-color css
<style>
span { border-color: #C9C33B; }
span { border-color: rgb(201,195,59); }
td.TdClassName
{
border-color: #C9C33B;
}
.TagClassName
{
border-color: #C9C33B;
}
</style>