Shades of Wattle #CAC544
Tints of Wattle #CAC544
RGB
CMYK
RGB Variations
Color information
#CAC544 (or 0xCAC544) is known color: Wattle. HEX triplet: CA, C5 and 44. RGB value is (202,197,68). Sum of RGB (Red+Green+Blue) = 202+197+68=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 68 (26.95% from 255 or 14.56% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC544 is #353ABB. Grayscale: #B8B8B8. Windows color (decimal): -3488444 or 4507082. OLE color: 4507082.
HSL color Cylindrical-coordinate representation of color #CAC544: hue angle of 57.76º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CAC544 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 68 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.21 |
| HSL | 57.76º | 0.56% | 0.53% | - |
| HSV(B) | 57.76º | 0.66% | 0.79% | - |
| XYZ | 45.37 | 52.91 | 13.29 | - |
| YUV | 183.79 | 62.66 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 68 | 0 | 0.02 | 0.66 | 0.21 | 57.76 | 0.56 | 0.53 |
| Hex | CA | C5 | 44 | 0 | 2 | 42 | 15 | 3A | 38 | 35 |
| Octal | 312 | 305 | 104 | 0 | 2 | 102 | 25 | 72 | 70 | 65 |
| Binary | 11001010 | 11000101 | 1000100 | 0 | 10 | 1000010 | 10101 | 111010 | 111000 | 110101 |
Color Harmonies of #CAC544
Complementary color
Monochromatic Colors of #CAC544
Black with #CAC544
Text Example
Text Example
White with #CAC544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC544; }
p { color: rgb(202,197,68); }
H1.HeaderClassName
{
color: #CAC544;
}
.AnyTagClassName
{
color: #CAC544;
}
</style>
background-color css
<style>
a { background-color: #CAC544; }
a { background-color: rgb(202,197,68); }
div.DivClassName
{
background-color: #CAC544;
}
.BgClassName
{
background-color: #CAC544;
}
</style>
border-color css
<style>
span { border-color: #CAC544; }
span { border-color: rgb(202,197,68); }
td.TdClassName
{
border-color: #CAC544;
}
.TagClassName
{
border-color: #CAC544;
}
</style>