Shades of Wattle #CAC943
Tints of Wattle #CAC943
RGB
CMYK
RGB Variations
Color information
#CAC943 (or 0xCAC943) is known color: Wattle. HEX triplet: CA, C9 and 43. RGB value is (202,201,67). Sum of RGB (Red+Green+Blue) = 202+201+67=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 67 (26.56% from 255 or 14.26% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC943 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC943 is #3536BC. Grayscale: #BABABA. Windows color (decimal): -3487421 or 4442570. OLE color: 4442570.
HSL color Cylindrical-coordinate representation of color #CAC943: hue angle of 59.56º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CAC943 is Cyan = 0, Magento = 0.00, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 67 | - |
| CMYK | 0 | 0.00 | 0.67 | 0.21 |
| HSL | 59.56º | 0.56% | 0.53% | - |
| HSV(B) | 59.56º | 0.67% | 0.79% | - |
| XYZ | 46.26 | 54.74 | 13.44 | - |
| YUV | 186.02 | 60.83 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 67 | 0 | 0.00 | 0.67 | 0.21 | 59.56 | 0.56 | 0.53 |
| Hex | CA | C9 | 43 | 0 | 0 | 43 | 15 | 3C | 38 | 35 |
| Octal | 312 | 311 | 103 | 0 | 0 | 103 | 25 | 74 | 70 | 65 |
| Binary | 11001010 | 11001001 | 1000011 | 0 | 0 | 1000011 | 10101 | 111100 | 111000 | 110101 |
Color Harmonies of #CAC943
Complementary color
Monochromatic Colors of #CAC943
Black with #CAC943
Text Example
Text Example
White with #CAC943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC943; }
p { color: rgb(202,201,67); }
H1.HeaderClassName
{
color: #CAC943;
}
.AnyTagClassName
{
color: #CAC943;
}
</style>
background-color css
<style>
a { background-color: #CAC943; }
a { background-color: rgb(202,201,67); }
div.DivClassName
{
background-color: #CAC943;
}
.BgClassName
{
background-color: #CAC943;
}
</style>
border-color css
<style>
span { border-color: #CAC943; }
span { border-color: rgb(202,201,67); }
td.TdClassName
{
border-color: #CAC943;
}
.TagClassName
{
border-color: #CAC943;
}
</style>