Shades of Wattle #CAC94D
Tints of Wattle #CAC94D
RGB
CMYK
RGB Variations
Color information
#CAC94D (or 0xCAC94D) is known color: Wattle. HEX triplet: CA, C9 and 4D. RGB value is (202,201,77). Sum of RGB (Red+Green+Blue) = 202+201+77=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 201 (78.91% from 255 or 41.88% from 480); Blue value is 77 (30.47% from 255 or 16.04% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC94D is #3536B2. Grayscale: #BBBBBB. Windows color (decimal): -3487411 or 5097930. OLE color: 5097930.
HSL color Cylindrical-coordinate representation of color #CAC94D: hue angle of 59.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CAC94D is Cyan = 0, Magento = 0.00, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 77 | - |
| CMYK | 0 | 0.00 | 0.62 | 0.21 |
| HSL | 59.52º | 0.54% | 0.55% | - |
| HSV(B) | 59.52º | 0.62% | 0.79% | - |
| XYZ | 46.58 | 54.87 | 15.16 | - |
| YUV | 187.16 | 65.83 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 77 | 0 | 0.00 | 0.62 | 0.21 | 59.52 | 0.54 | 0.55 |
| Hex | CA | C9 | 4D | 0 | 0 | 3E | 15 | 3C | 36 | 37 |
| Octal | 312 | 311 | 115 | 0 | 0 | 76 | 25 | 74 | 66 | 67 |
| Binary | 11001010 | 11001001 | 1001101 | 0 | 0 | 111110 | 10101 | 111100 | 110110 | 110111 |
Color Harmonies of #CAC94D
Complementary color
Monochromatic Colors of #CAC94D
Black with #CAC94D
Text Example
Text Example
White with #CAC94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC94D; }
p { color: rgb(202,201,77); }
H1.HeaderClassName
{
color: #CAC94D;
}
.AnyTagClassName
{
color: #CAC94D;
}
</style>
background-color css
<style>
a { background-color: #CAC94D; }
a { background-color: rgb(202,201,77); }
div.DivClassName
{
background-color: #CAC94D;
}
.BgClassName
{
background-color: #CAC94D;
}
</style>
border-color css
<style>
span { border-color: #CAC94D; }
span { border-color: rgb(202,201,77); }
td.TdClassName
{
border-color: #CAC94D;
}
.TagClassName
{
border-color: #CAC94D;
}
</style>