Shades of Wattle #CAC14A
Tints of Wattle #CAC14A
RGB
CMYK
RGB Variations
Color information
#CAC14A (or 0xCAC14A) is known color: Wattle. HEX triplet: CA, C1 and 4A. RGB value is (202,193,74). Sum of RGB (Red+Green+Blue) = 202+193+74=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 74 (29.30% from 255 or 15.78% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC14A is #353EB5. Grayscale: #B6B6B6. Windows color (decimal): -3489462 or 4899274. OLE color: 4899274.
HSL color Cylindrical-coordinate representation of color #CAC14A: hue angle of 55.78º 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 #CAC14A is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 74 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.21 |
| HSL | 55.78º | 0.55% | 0.54% | - |
| HSV(B) | 55.78º | 0.63% | 0.79% | - |
| XYZ | 44.66 | 51.19 | 14.01 | - |
| YUV | 182.13 | 66.98 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 74 | 0 | 0.04 | 0.63 | 0.21 | 55.78 | 0.55 | 0.54 |
| Hex | CA | C1 | 4A | 0 | 4 | 3F | 15 | 38 | 37 | 36 |
| Octal | 312 | 301 | 112 | 0 | 4 | 77 | 25 | 70 | 67 | 66 |
| Binary | 11001010 | 11000001 | 1001010 | 0 | 100 | 111111 | 10101 | 111000 | 110111 | 110110 |
Color Harmonies of #CAC14A
Complementary color
Monochromatic Colors of #CAC14A
Black with #CAC14A
Text Example
Text Example
White with #CAC14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC14A; }
p { color: rgb(202,193,74); }
H1.HeaderClassName
{
color: #CAC14A;
}
.AnyTagClassName
{
color: #CAC14A;
}
</style>
background-color css
<style>
a { background-color: #CAC14A; }
a { background-color: rgb(202,193,74); }
div.DivClassName
{
background-color: #CAC14A;
}
.BgClassName
{
background-color: #CAC14A;
}
</style>
border-color css
<style>
span { border-color: #CAC14A; }
span { border-color: rgb(202,193,74); }
td.TdClassName
{
border-color: #CAC14A;
}
.TagClassName
{
border-color: #CAC14A;
}
</style>