Shades of Wattle #CAC138
Tints of Wattle #CAC138
RGB
CMYK
RGB Variations
Color information
#CAC138 (or 0xCAC138) is known color: Wattle. HEX triplet: CA, C1 and 38. RGB value is (202,193,56). Sum of RGB (Red+Green+Blue) = 202+193+56=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 56 (22.27% from 255 or 12.42% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC138 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC138 is #353EC7. Grayscale: #B4B4B4. Windows color (decimal): -3489480 or 3719626. OLE color: 3719626.
HSL color Cylindrical-coordinate representation of color #CAC138: hue angle of 56.3º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CAC138 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 56 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.21 |
| HSL | 56.3º | 0.58% | 0.51% | - |
| HSV(B) | 56.3º | 0.72% | 0.79% | - |
| XYZ | 44.14 | 50.98 | 11.26 | - |
| YUV | 180.07 | 57.98 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 56 | 0 | 0.04 | 0.72 | 0.21 | 56.3 | 0.58 | 0.51 |
| Hex | CA | C1 | 38 | 0 | 4 | 48 | 15 | 38 | 3A | 33 |
| Octal | 312 | 301 | 70 | 0 | 4 | 110 | 25 | 70 | 72 | 63 |
| Binary | 11001010 | 11000001 | 111000 | 0 | 100 | 1001000 | 10101 | 111000 | 111010 | 110011 |
Color Harmonies of #CAC138
Complementary color
Monochromatic Colors of #CAC138
Black with #CAC138
Text Example
Text Example
White with #CAC138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC138; }
p { color: rgb(202,193,56); }
H1.HeaderClassName
{
color: #CAC138;
}
.AnyTagClassName
{
color: #CAC138;
}
</style>
background-color css
<style>
a { background-color: #CAC138; }
a { background-color: rgb(202,193,56); }
div.DivClassName
{
background-color: #CAC138;
}
.BgClassName
{
background-color: #CAC138;
}
</style>
border-color css
<style>
span { border-color: #CAC138; }
span { border-color: rgb(202,193,56); }
td.TdClassName
{
border-color: #CAC138;
}
.TagClassName
{
border-color: #CAC138;
}
</style>