Shades of Wattle #C8C24B
Tints of Wattle #C8C24B
RGB
CMYK
RGB Variations
Color information
#C8C24B (or 0xC8C24B) is known color: Wattle. HEX triplet: C8, C2 and 4B. RGB value is (200,194,75). Sum of RGB (Red+Green+Blue) = 200+194+75=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 75 (29.69% from 255 or 15.99% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C24B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C24B is #373DB4. Grayscale: #B6B6B6. Windows color (decimal): -3620277 or 4965064. OLE color: 4965064.
HSL color Cylindrical-coordinate representation of color #C8C24B: hue angle of 57.12º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8C24B is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 194 | 75 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.22 |
| HSL | 57.12º | 0.53% | 0.54% | - |
| HSV(B) | 57.12º | 0.63% | 0.78% | - |
| XYZ | 44.38 | 51.37 | 14.23 | - |
| YUV | 182.23 | 67.49 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 194 | 75 | 0 | 0.03 | 0.62 | 0.22 | 57.12 | 0.53 | 0.54 |
| Hex | C8 | C2 | 4B | 0 | 3 | 3E | 16 | 39 | 35 | 36 |
| Octal | 310 | 302 | 113 | 0 | 3 | 76 | 26 | 71 | 65 | 66 |
| Binary | 11001000 | 11000010 | 1001011 | 0 | 11 | 111110 | 10110 | 111001 | 110101 | 110110 |
Color Harmonies of #C8C24B
Complementary color
Monochromatic Colors of #C8C24B
Black with #C8C24B
Text Example
Text Example
White with #C8C24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C24B; }
p { color: rgb(200,194,75); }
H1.HeaderClassName
{
color: #C8C24B;
}
.AnyTagClassName
{
color: #C8C24B;
}
</style>
background-color css
<style>
a { background-color: #C8C24B; }
a { background-color: rgb(200,194,75); }
div.DivClassName
{
background-color: #C8C24B;
}
.BgClassName
{
background-color: #C8C24B;
}
</style>
border-color css
<style>
span { border-color: #C8C24B; }
span { border-color: rgb(200,194,75); }
td.TdClassName
{
border-color: #C8C24B;
}
.TagClassName
{
border-color: #C8C24B;
}
</style>