Shades of Wattle #C8C33D
Tints of Wattle #C8C33D
RGB
CMYK
RGB Variations
Color information
#C8C33D (or 0xC8C33D) is known color: Wattle. HEX triplet: C8, C3 and 3D. RGB value is (200,195,61). Sum of RGB (Red+Green+Blue) = 200+195+61=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 61 (24.22% from 255 or 13.38% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C33D is #373CC2. Grayscale: #B5B5B5. Windows color (decimal): -3620035 or 4047816. OLE color: 4047816.
HSL color Cylindrical-coordinate representation of color #C8C33D: hue angle of 57.84º 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 #C8C33D is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 61 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.22 |
| HSL | 57.84º | 0.56% | 0.51% | - |
| HSV(B) | 57.84º | 0.7% | 0.78% | - |
| XYZ | 44.18 | 51.65 | 12.06 | - |
| YUV | 181.22 | 60.16 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 61 | 0 | 0.02 | 0.69 | 0.22 | 57.84 | 0.56 | 0.51 |
| Hex | C8 | C3 | 3D | 0 | 2 | 45 | 16 | 3A | 38 | 33 |
| Octal | 310 | 303 | 75 | 0 | 2 | 105 | 26 | 72 | 70 | 63 |
| Binary | 11001000 | 11000011 | 111101 | 0 | 10 | 1000101 | 10110 | 111010 | 111000 | 110011 |
Color Harmonies of #C8C33D
Complementary color
Monochromatic Colors of #C8C33D
Black with #C8C33D
Text Example
Text Example
White with #C8C33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C33D; }
p { color: rgb(200,195,61); }
H1.HeaderClassName
{
color: #C8C33D;
}
.AnyTagClassName
{
color: #C8C33D;
}
</style>
background-color css
<style>
a { background-color: #C8C33D; }
a { background-color: rgb(200,195,61); }
div.DivClassName
{
background-color: #C8C33D;
}
.BgClassName
{
background-color: #C8C33D;
}
</style>
border-color css
<style>
span { border-color: #C8C33D; }
span { border-color: rgb(200,195,61); }
td.TdClassName
{
border-color: #C8C33D;
}
.TagClassName
{
border-color: #C8C33D;
}
</style>