Shades of Wattle #CAC140
Tints of Wattle #CAC140
RGB
CMYK
RGB Variations
Color information
#CAC140 (or 0xCAC140) is known color: Wattle. HEX triplet: CA, C1 and 40. RGB value is (202,193,64). Sum of RGB (Red+Green+Blue) = 202+193+64=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 193 (75.78% from 255 or 42.05% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC140 is #353EBF. Grayscale: #B5B5B5. Windows color (decimal): -3489472 or 4243914. OLE color: 4243914.
HSL color Cylindrical-coordinate representation of color #CAC140: hue angle of 56.09º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CAC140 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 64 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.21 |
| HSL | 56.09º | 0.57% | 0.52% | - |
| HSV(B) | 56.09º | 0.68% | 0.79% | - |
| XYZ | 44.35 | 51.07 | 12.37 | - |
| YUV | 180.99 | 61.98 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 64 | 0 | 0.04 | 0.68 | 0.21 | 56.09 | 0.57 | 0.52 |
| Hex | CA | C1 | 40 | 0 | 4 | 44 | 15 | 38 | 39 | 34 |
| Octal | 312 | 301 | 100 | 0 | 4 | 104 | 25 | 70 | 71 | 64 |
| Binary | 11001010 | 11000001 | 1000000 | 0 | 100 | 1000100 | 10101 | 111000 | 111001 | 110100 |
Color Harmonies of #CAC140
Complementary color
Monochromatic Colors of #CAC140
Black with #CAC140
Text Example
Text Example
White with #CAC140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC140; }
p { color: rgb(202,193,64); }
H1.HeaderClassName
{
color: #CAC140;
}
.AnyTagClassName
{
color: #CAC140;
}
</style>
background-color css
<style>
a { background-color: #CAC140; }
a { background-color: rgb(202,193,64); }
div.DivClassName
{
background-color: #CAC140;
}
.BgClassName
{
background-color: #CAC140;
}
</style>
border-color css
<style>
span { border-color: #CAC140; }
span { border-color: rgb(202,193,64); }
td.TdClassName
{
border-color: #CAC140;
}
.TagClassName
{
border-color: #CAC140;
}
</style>