Shades of Wattle #CAC84E
Tints of Wattle #CAC84E
RGB
CMYK
RGB Variations
Color information
#CAC84E (or 0xCAC84E) is known color: Wattle. HEX triplet: CA, C8 and 4E. RGB value is (202,200,78). Sum of RGB (Red+Green+Blue) = 202+200+78=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 200 (78.52% from 255 or 41.67% from 480); Blue value is 78 (30.86% from 255 or 16.25% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC84E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC84E is #3537B1. Grayscale: #BBBBBB. Windows color (decimal): -3487666 or 5163210. OLE color: 5163210.
HSL color Cylindrical-coordinate representation of color #CAC84E: hue angle of 59.03º 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 #CAC84E is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 78 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.21 |
| HSL | 59.03º | 0.54% | 0.55% | - |
| HSV(B) | 59.03º | 0.61% | 0.79% | - |
| XYZ | 46.39 | 54.42 | 15.27 | - |
| YUV | 186.69 | 66.66 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 78 | 0 | 0.01 | 0.61 | 0.21 | 59.03 | 0.54 | 0.55 |
| Hex | CA | C8 | 4E | 0 | 1 | 3D | 15 | 3B | 36 | 37 |
| Octal | 312 | 310 | 116 | 0 | 1 | 75 | 25 | 73 | 66 | 67 |
| Binary | 11001010 | 11001000 | 1001110 | 0 | 1 | 111101 | 10101 | 111011 | 110110 | 110111 |
Color Harmonies of #CAC84E
Complementary color
Monochromatic Colors of #CAC84E
Black with #CAC84E
Text Example
Text Example
White with #CAC84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC84E; }
p { color: rgb(202,200,78); }
H1.HeaderClassName
{
color: #CAC84E;
}
.AnyTagClassName
{
color: #CAC84E;
}
</style>
background-color css
<style>
a { background-color: #CAC84E; }
a { background-color: rgb(202,200,78); }
div.DivClassName
{
background-color: #CAC84E;
}
.BgClassName
{
background-color: #CAC84E;
}
</style>
border-color css
<style>
span { border-color: #CAC84E; }
span { border-color: rgb(202,200,78); }
td.TdClassName
{
border-color: #CAC84E;
}
.TagClassName
{
border-color: #CAC84E;
}
</style>