Shades of Wattle #CAC044
Tints of Wattle #CAC044
RGB
CMYK
RGB Variations
Color information
#CAC044 (or 0xCAC044) is known color: Wattle. HEX triplet: CA, C0 and 44. RGB value is (202,192,68). Sum of RGB (Red+Green+Blue) = 202+192+68=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 68 (26.95% from 255 or 14.72% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC044 is #353FBB. Grayscale: #B5B5B5. Windows color (decimal): -3489724 or 4505802. OLE color: 4505802.
HSL color Cylindrical-coordinate representation of color #CAC044: hue angle of 55.52º 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 #CAC044 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 68 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.21 |
| HSL | 55.52º | 0.56% | 0.53% | - |
| HSV(B) | 55.52º | 0.66% | 0.79% | - |
| XYZ | 44.25 | 50.67 | 12.92 | - |
| YUV | 180.85 | 64.31 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 68 | 0 | 0.05 | 0.66 | 0.21 | 55.52 | 0.56 | 0.53 |
| Hex | CA | C0 | 44 | 0 | 5 | 42 | 15 | 38 | 38 | 35 |
| Octal | 312 | 300 | 104 | 0 | 5 | 102 | 25 | 70 | 70 | 65 |
| Binary | 11001010 | 11000000 | 1000100 | 0 | 101 | 1000010 | 10101 | 111000 | 111000 | 110101 |
Color Harmonies of #CAC044
Complementary color
Monochromatic Colors of #CAC044
Black with #CAC044
Text Example
Text Example
White with #CAC044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC044; }
p { color: rgb(202,192,68); }
H1.HeaderClassName
{
color: #CAC044;
}
.AnyTagClassName
{
color: #CAC044;
}
</style>
background-color css
<style>
a { background-color: #CAC044; }
a { background-color: rgb(202,192,68); }
div.DivClassName
{
background-color: #CAC044;
}
.BgClassName
{
background-color: #CAC044;
}
</style>
border-color css
<style>
span { border-color: #CAC044; }
span { border-color: rgb(202,192,68); }
td.TdClassName
{
border-color: #CAC044;
}
.TagClassName
{
border-color: #CAC044;
}
</style>