Shades of Wattle #CAC44A
Tints of Wattle #CAC44A
RGB
CMYK
RGB Variations
Color information
#CAC44A (or 0xCAC44A) is known color: Wattle. HEX triplet: CA, C4 and 4A. RGB value is (202,196,74). Sum of RGB (Red+Green+Blue) = 202+196+74=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 196 (76.95% from 255 or 41.53% from 472); Blue value is 74 (29.30% from 255 or 15.68% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC44A is #353BB5. Grayscale: #B8B8B8. Windows color (decimal): -3488694 or 4900042. OLE color: 4900042.
HSL color Cylindrical-coordinate representation of color #CAC44A: hue angle of 57.19º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CAC44A is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 196 | 74 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.21 |
| HSL | 57.19º | 0.55% | 0.54% | - |
| HSV(B) | 57.19º | 0.63% | 0.79% | - |
| XYZ | 45.33 | 52.53 | 14.23 | - |
| YUV | 183.89 | 65.99 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 74 | 0 | 0.03 | 0.63 | 0.21 | 57.19 | 0.55 | 0.54 |
| Hex | CA | C4 | 4A | 0 | 3 | 3F | 15 | 39 | 37 | 36 |
| Octal | 312 | 304 | 112 | 0 | 3 | 77 | 25 | 71 | 67 | 66 |
| Binary | 11001010 | 11000100 | 1001010 | 0 | 11 | 111111 | 10101 | 111001 | 110111 | 110110 |
Color Harmonies of #CAC44A
Complementary color
Monochromatic Colors of #CAC44A
Black with #CAC44A
Text Example
Text Example
White with #CAC44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC44A; }
p { color: rgb(202,196,74); }
H1.HeaderClassName
{
color: #CAC44A;
}
.AnyTagClassName
{
color: #CAC44A;
}
</style>
background-color css
<style>
a { background-color: #CAC44A; }
a { background-color: rgb(202,196,74); }
div.DivClassName
{
background-color: #CAC44A;
}
.BgClassName
{
background-color: #CAC44A;
}
</style>
border-color css
<style>
span { border-color: #CAC44A; }
span { border-color: rgb(202,196,74); }
td.TdClassName
{
border-color: #CAC44A;
}
.TagClassName
{
border-color: #CAC44A;
}
</style>