Shades of Wattle #C8C73E
Tints of Wattle #C8C73E
RGB
CMYK
RGB Variations
Color information
#C8C73E (or 0xC8C73E) is known color: Wattle. HEX triplet: C8, C7 and 3E. RGB value is (200,199,62). Sum of RGB (Red+Green+Blue) = 200+199+62=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 62 (24.61% from 255 or 13.45% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C73E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C73E is #3738C1. Grayscale: #B8B8B8. Windows color (decimal): -3619010 or 4114376. OLE color: 4114376.
HSL color Cylindrical-coordinate representation of color #C8C73E: hue angle of 59.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8C73E is Cyan = 0, Magento = 0.00, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 199 | 62 | - |
| CMYK | 0 | 0.00 | 0.69 | 0.22 |
| HSL | 59.57º | 0.56% | 0.51% | - |
| HSV(B) | 59.57º | 0.69% | 0.78% | - |
| XYZ | 45.11 | 53.47 | 12.5 | - |
| YUV | 183.68 | 59.33 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 199 | 62 | 0 | 0.00 | 0.69 | 0.22 | 59.57 | 0.56 | 0.51 |
| Hex | C8 | C7 | 3E | 0 | 0 | 45 | 16 | 3C | 38 | 33 |
| Octal | 310 | 307 | 76 | 0 | 0 | 105 | 26 | 74 | 70 | 63 |
| Binary | 11001000 | 11000111 | 111110 | 0 | 0 | 1000101 | 10110 | 111100 | 111000 | 110011 |
Color Harmonies of #C8C73E
Complementary color
Monochromatic Colors of #C8C73E
Black with #C8C73E
Text Example
Text Example
White with #C8C73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C73E; }
p { color: rgb(200,199,62); }
H1.HeaderClassName
{
color: #C8C73E;
}
.AnyTagClassName
{
color: #C8C73E;
}
</style>
background-color css
<style>
a { background-color: #C8C73E; }
a { background-color: rgb(200,199,62); }
div.DivClassName
{
background-color: #C8C73E;
}
.BgClassName
{
background-color: #C8C73E;
}
</style>
border-color css
<style>
span { border-color: #C8C73E; }
span { border-color: rgb(200,199,62); }
td.TdClassName
{
border-color: #C8C73E;
}
.TagClassName
{
border-color: #C8C73E;
}
</style>