Shades of Wattle #CAC64E
Tints of Wattle #CAC64E
RGB
CMYK
RGB Variations
Color information
#CAC64E (or 0xCAC64E) is known color: Wattle. HEX triplet: CA, C6 and 4E. RGB value is (202,198,78). Sum of RGB (Red+Green+Blue) = 202+198+78=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 78 (30.86% from 255 or 16.32% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC64E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC64E is #3539B1. Grayscale: #BABABA. Windows color (decimal): -3488178 or 5162698. OLE color: 5162698.
HSL color Cylindrical-coordinate representation of color #CAC64E: hue angle of 58.06º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CAC64E is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 78 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.21 |
| HSL | 58.06º | 0.54% | 0.55% | - |
| HSV(B) | 58.06º | 0.61% | 0.79% | - |
| XYZ | 45.93 | 53.49 | 15.11 | - |
| YUV | 185.52 | 67.33 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 78 | 0 | 0.02 | 0.61 | 0.21 | 58.06 | 0.54 | 0.55 |
| Hex | CA | C6 | 4E | 0 | 2 | 3D | 15 | 3A | 36 | 37 |
| Octal | 312 | 306 | 116 | 0 | 2 | 75 | 25 | 72 | 66 | 67 |
| Binary | 11001010 | 11000110 | 1001110 | 0 | 10 | 111101 | 10101 | 111010 | 110110 | 110111 |
Color Harmonies of #CAC64E
Complementary color
Monochromatic Colors of #CAC64E
Black with #CAC64E
Text Example
Text Example
White with #CAC64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC64E; }
p { color: rgb(202,198,78); }
H1.HeaderClassName
{
color: #CAC64E;
}
.AnyTagClassName
{
color: #CAC64E;
}
</style>
background-color css
<style>
a { background-color: #CAC64E; }
a { background-color: rgb(202,198,78); }
div.DivClassName
{
background-color: #CAC64E;
}
.BgClassName
{
background-color: #CAC64E;
}
</style>
border-color css
<style>
span { border-color: #CAC64E; }
span { border-color: rgb(202,198,78); }
td.TdClassName
{
border-color: #CAC64E;
}
.TagClassName
{
border-color: #CAC64E;
}
</style>