Shades of Wattle #C7C33D
Tints of Wattle #C7C33D
RGB
CMYK
RGB Variations
Color information
#C7C33D (or 0xC7C33D) is known color: Wattle. HEX triplet: C7, C3 and 3D. RGB value is (199,195,61). Sum of RGB (Red+Green+Blue) = 199+195+61=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 61 (24.22% from 255 or 13.41% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C33D is #383CC2. Grayscale: #B5B5B5. Windows color (decimal): -3685571 or 4047815. OLE color: 4047815.
HSL color Cylindrical-coordinate representation of color #C7C33D: hue angle of 58.26º degrees, saturation: 0.55, 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 #C7C33D is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 195 | 61 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.22 |
| HSL | 58.26º | 0.55% | 0.51% | - |
| HSV(B) | 58.26º | 0.69% | 0.78% | - |
| XYZ | 43.91 | 51.51 | 12.04 | - |
| YUV | 180.92 | 60.33 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 195 | 61 | 0 | 0.02 | 0.69 | 0.22 | 58.26 | 0.55 | 0.51 |
| Hex | C7 | C3 | 3D | 0 | 2 | 45 | 16 | 3A | 37 | 33 |
| Octal | 307 | 303 | 75 | 0 | 2 | 105 | 26 | 72 | 67 | 63 |
| Binary | 11000111 | 11000011 | 111101 | 0 | 10 | 1000101 | 10110 | 111010 | 110111 | 110011 |
Color Harmonies of #C7C33D
Complementary color
Monochromatic Colors of #C7C33D
Black with #C7C33D
Text Example
Text Example
White with #C7C33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C33D; }
p { color: rgb(199,195,61); }
H1.HeaderClassName
{
color: #C7C33D;
}
.AnyTagClassName
{
color: #C7C33D;
}
</style>
background-color css
<style>
a { background-color: #C7C33D; }
a { background-color: rgb(199,195,61); }
div.DivClassName
{
background-color: #C7C33D;
}
.BgClassName
{
background-color: #C7C33D;
}
</style>
border-color css
<style>
span { border-color: #C7C33D; }
span { border-color: rgb(199,195,61); }
td.TdClassName
{
border-color: #C7C33D;
}
.TagClassName
{
border-color: #C7C33D;
}
</style>