Shades of Wattle #CAC743
Tints of Wattle #CAC743
RGB
CMYK
RGB Variations
Color information
#CAC743 (or 0xCAC743) is known color: Wattle. HEX triplet: CA, C7 and 43. RGB value is (202,199,67). Sum of RGB (Red+Green+Blue) = 202+199+67=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 67 (26.56% from 255 or 14.32% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC743 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC743 is #3538BC. Grayscale: #B9B9B9. Windows color (decimal): -3487933 or 4442058. OLE color: 4442058.
HSL color Cylindrical-coordinate representation of color #CAC743: hue angle of 58.67º 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 #CAC743 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 67 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.21 |
| HSL | 58.67º | 0.56% | 0.53% | - |
| HSV(B) | 58.67º | 0.67% | 0.79% | - |
| XYZ | 45.79 | 53.81 | 13.28 | - |
| YUV | 184.85 | 61.49 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 67 | 0 | 0.01 | 0.67 | 0.21 | 58.67 | 0.56 | 0.53 |
| Hex | CA | C7 | 43 | 0 | 1 | 43 | 15 | 3B | 38 | 35 |
| Octal | 312 | 307 | 103 | 0 | 1 | 103 | 25 | 73 | 70 | 65 |
| Binary | 11001010 | 11000111 | 1000011 | 0 | 1 | 1000011 | 10101 | 111011 | 111000 | 110101 |
Color Harmonies of #CAC743
Complementary color
Monochromatic Colors of #CAC743
Black with #CAC743
Text Example
Text Example
White with #CAC743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC743; }
p { color: rgb(202,199,67); }
H1.HeaderClassName
{
color: #CAC743;
}
.AnyTagClassName
{
color: #CAC743;
}
</style>
background-color css
<style>
a { background-color: #CAC743; }
a { background-color: rgb(202,199,67); }
div.DivClassName
{
background-color: #CAC743;
}
.BgClassName
{
background-color: #CAC743;
}
</style>
border-color css
<style>
span { border-color: #CAC743; }
span { border-color: rgb(202,199,67); }
td.TdClassName
{
border-color: #CAC743;
}
.TagClassName
{
border-color: #CAC743;
}
</style>