Shades of Wattle #CAC144
Tints of Wattle #CAC144
RGB
CMYK
RGB Variations
Color information
#CAC144 (or 0xCAC144) is known color: Wattle. HEX triplet: CA, C1 and 44. RGB value is (202,193,68). Sum of RGB (Red+Green+Blue) = 202+193+68=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 68 (26.95% from 255 or 14.69% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC144 is #353EBB. Grayscale: #B5B5B5. Windows color (decimal): -3489468 or 4506058. OLE color: 4506058.
HSL color Cylindrical-coordinate representation of color #CAC144: hue angle of 55.97º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CAC144 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 68 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.21 |
| HSL | 55.97º | 0.56% | 0.53% | - |
| HSV(B) | 55.97º | 0.66% | 0.79% | - |
| XYZ | 44.47 | 51.11 | 12.99 | - |
| YUV | 181.44 | 63.98 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 68 | 0 | 0.04 | 0.66 | 0.21 | 55.97 | 0.56 | 0.53 |
| Hex | CA | C1 | 44 | 0 | 4 | 42 | 15 | 38 | 38 | 35 |
| Octal | 312 | 301 | 104 | 0 | 4 | 102 | 25 | 70 | 70 | 65 |
| Binary | 11001010 | 11000001 | 1000100 | 0 | 100 | 1000010 | 10101 | 111000 | 111000 | 110101 |
Color Harmonies of #CAC144
Complementary color
Monochromatic Colors of #CAC144
Black with #CAC144
Text Example
Text Example
White with #CAC144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC144; }
p { color: rgb(202,193,68); }
H1.HeaderClassName
{
color: #CAC144;
}
.AnyTagClassName
{
color: #CAC144;
}
</style>
background-color css
<style>
a { background-color: #CAC144; }
a { background-color: rgb(202,193,68); }
div.DivClassName
{
background-color: #CAC144;
}
.BgClassName
{
background-color: #CAC144;
}
</style>
border-color css
<style>
span { border-color: #CAC144; }
span { border-color: rgb(202,193,68); }
td.TdClassName
{
border-color: #CAC144;
}
.TagClassName
{
border-color: #CAC144;
}
</style>