Shades of Wattle #CAC737
Tints of Wattle #CAC737
RGB
CMYK
RGB Variations
Color information
#CAC737 (or 0xCAC737) is known color: Wattle. HEX triplet: CA, C7 and 37. RGB value is (202,199,55). Sum of RGB (Red+Green+Blue) = 202+199+55=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 199 (78.12% from 255 or 43.64% from 456); Blue value is 55 (21.88% from 255 or 12.06% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC737 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC737 is #3538C8. Grayscale: #B8B8B8. Windows color (decimal): -3487945 or 3655626. OLE color: 3655626.
HSL color Cylindrical-coordinate representation of color #CAC737: hue angle of 58.78º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CAC737 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 55 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.21 |
| HSL | 58.78º | 0.58% | 0.5% | - |
| HSV(B) | 58.78º | 0.73% | 0.79% | - |
| XYZ | 45.47 | 53.68 | 11.58 | - |
| YUV | 183.48 | 55.49 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 55 | 0 | 0.01 | 0.73 | 0.21 | 58.78 | 0.58 | 0.5 |
| Hex | CA | C7 | 37 | 0 | 1 | 49 | 15 | 3B | 3A | 32 |
| Octal | 312 | 307 | 67 | 0 | 1 | 111 | 25 | 73 | 72 | 62 |
| Binary | 11001010 | 11000111 | 110111 | 0 | 1 | 1001001 | 10101 | 111011 | 111010 | 110010 |
Color Harmonies of #CAC737
Complementary color
Monochromatic Colors of #CAC737
Black with #CAC737
Text Example
Text Example
White with #CAC737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC737; }
p { color: rgb(202,199,55); }
H1.HeaderClassName
{
color: #CAC737;
}
.AnyTagClassName
{
color: #CAC737;
}
</style>
background-color css
<style>
a { background-color: #CAC737; }
a { background-color: rgb(202,199,55); }
div.DivClassName
{
background-color: #CAC737;
}
.BgClassName
{
background-color: #CAC737;
}
</style>
border-color css
<style>
span { border-color: #CAC737; }
span { border-color: rgb(202,199,55); }
td.TdClassName
{
border-color: #CAC737;
}
.TagClassName
{
border-color: #CAC737;
}
</style>