Shades of Wattle #C4C23D
Tints of Wattle #C4C23D
RGB
CMYK
RGB Variations
Color information
#C4C23D (or 0xC4C23D) is known color: Wattle. HEX triplet: C4, C2 and 3D. RGB value is (196,194,61). Sum of RGB (Red+Green+Blue) = 196+194+61=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 194 (76.17% from 255 or 43.02% from 451); Blue value is 61 (24.22% from 255 or 13.53% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C23D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C23D is #3B3DC2. Grayscale: #B3B3B3. Windows color (decimal): -3882435 or 4047556. OLE color: 4047556.
HSL color Cylindrical-coordinate representation of color #C4C23D: hue angle of 59.11º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4C23D is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 194 | 61 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.23 |
| HSL | 59.11º | 0.53% | 0.5% | - |
| HSV(B) | 59.11º | 0.69% | 0.77% | - |
| XYZ | 42.9 | 50.66 | 11.93 | - |
| YUV | 179.44 | 61.16 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 194 | 61 | 0 | 0.01 | 0.69 | 0.23 | 59.11 | 0.53 | 0.5 |
| Hex | C4 | C2 | 3D | 0 | 1 | 45 | 17 | 3B | 35 | 32 |
| Octal | 304 | 302 | 75 | 0 | 1 | 105 | 27 | 73 | 65 | 62 |
| Binary | 11000100 | 11000010 | 111101 | 0 | 1 | 1000101 | 10111 | 111011 | 110101 | 110010 |
Color Harmonies of #C4C23D
Complementary color
Monochromatic Colors of #C4C23D
Black with #C4C23D
Text Example
Text Example
White with #C4C23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C23D; }
p { color: rgb(196,194,61); }
H1.HeaderClassName
{
color: #C4C23D;
}
.AnyTagClassName
{
color: #C4C23D;
}
</style>
background-color css
<style>
a { background-color: #C4C23D; }
a { background-color: rgb(196,194,61); }
div.DivClassName
{
background-color: #C4C23D;
}
.BgClassName
{
background-color: #C4C23D;
}
</style>
border-color css
<style>
span { border-color: #C4C23D; }
span { border-color: rgb(196,194,61); }
td.TdClassName
{
border-color: #C4C23D;
}
.TagClassName
{
border-color: #C4C23D;
}
</style>