Shades of Wattle #CAC940
Tints of Wattle #CAC940
RGB
CMYK
RGB Variations
Color information
#CAC940 (or 0xCAC940) is known color: Wattle. HEX triplet: CA, C9 and 40. RGB value is (202,201,64). Sum of RGB (Red+Green+Blue) = 202+201+64=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 64 (25.39% from 255 or 13.70% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC940 is #3536BF. Grayscale: #BABABA. Windows color (decimal): -3487424 or 4245962. OLE color: 4245962.
HSL color Cylindrical-coordinate representation of color #CAC940: hue angle of 59.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CAC940 is Cyan = 0, Magento = 0.00, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 64 | - |
| CMYK | 0 | 0.00 | 0.68 | 0.21 |
| HSL | 59.57º | 0.57% | 0.52% | - |
| HSV(B) | 59.57º | 0.68% | 0.79% | - |
| XYZ | 46.17 | 54.7 | 12.98 | - |
| YUV | 185.68 | 59.33 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 64 | 0 | 0.00 | 0.68 | 0.21 | 59.57 | 0.57 | 0.52 |
| Hex | CA | C9 | 40 | 0 | 0 | 44 | 15 | 3C | 39 | 34 |
| Octal | 312 | 311 | 100 | 0 | 0 | 104 | 25 | 74 | 71 | 64 |
| Binary | 11001010 | 11001001 | 1000000 | 0 | 0 | 1000100 | 10101 | 111100 | 111001 | 110100 |
Color Harmonies of #CAC940
Complementary color
Monochromatic Colors of #CAC940
Black with #CAC940
Text Example
Text Example
White with #CAC940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC940; }
p { color: rgb(202,201,64); }
H1.HeaderClassName
{
color: #CAC940;
}
.AnyTagClassName
{
color: #CAC940;
}
</style>
background-color css
<style>
a { background-color: #CAC940; }
a { background-color: rgb(202,201,64); }
div.DivClassName
{
background-color: #CAC940;
}
.BgClassName
{
background-color: #CAC940;
}
</style>
border-color css
<style>
span { border-color: #CAC940; }
span { border-color: rgb(202,201,64); }
td.TdClassName
{
border-color: #CAC940;
}
.TagClassName
{
border-color: #CAC940;
}
</style>